dl {
    margin: 0;
    padding: 0;
}
dt {
    position: relative; /* IE is dumb */
    clear: both;
    display: block;
    float: left;
    width: 104px;
    height: 20px;
    line-height: 20px;
    margin-right: 17px;
    font-size: 0.75em;
    text-align: right;
}
dd {
    position: relative; /* IE is dumb */
    display: block;
    float: left;
    width: 197px;
    height: 20px;
    margin: 0 0 15px;
    background: url("/img/g_colorbar.jpg");
}
* html dd {
    float: none;
}
/* IE is dumb; Quick IE hack, apply favorite filter methods for wider browser compatibility */

dd div {
    position: relative;
    background: url("/img/g_colorbar2.jpg");
    height: 20px;
    width: 75%;
    text-align: right;
}
dd div strong {
    position: absolute;
    right: -5px;
    top: -2px;
    display: block;
    background: url("/img/g_marker.gif");
    height: 24px;
    width: 9px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

table.integration-players input[type="text"] {
    font-size: 12px;
    min-height: unset;
    padding: 0 4px;
    text-align: right;
}

table.integration-players > thead > tr > th {
    vertical-align: middle;
}

table.go-out th,
table.go-out td {
    padding: 4px 8px;
}