#kybib-downloads {
    width: 400px;
    border: none;
}

#kybib-downloads td {
    text-align: left;
    border: none;
    padding: 0;
}

#kybib-downloads a:link, #kybib-downloads a:active, #kybib-downloads a:visited {
    font-variant: small-caps;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #FF8A6A;
}

#kybib-downloads a:hover {
    color: #FF3C06;
}

.label {
    padding: 6px 5px !important;
    border: 0;
    color: #FF3C06;
}
.label-hover {
    padding: 5px 5px !important;
    border-top: 1px solid #FF3C06 !important;
    border-bottom: 1px solid #FF3C06 !important;
}
.highlight {
    background-color: transparent;
}
.highlight-hover {
    background-color: #FF3C06;
}
col#labels {
    width: 350px;
}
col#highlights {
    width: 50px;
}
.details {
    color: #999;
}