strong.content_title {
    color: #A48B51;
}
table.table_ranking thead tr {
    background-color: #0E0E0E;
}
table.table_results thead tr {
    background-color: #0E0E0E;
    border-bottom: 2px solid #287d30;
}
table.table_results thead li a {
    color: white;
}
table.table_results thead span {
    color: white;
}
table.table_results thead li:hover a, table.table_results thead li.active a {
    color: #287d30;
}

table.table_ranking tbody tr {
    background-color: #898b8e;
}

table.table_ranking tbody tr.promotion, ul#legend li.promotion div {
    background-color: #3a3c3f;
}
table.table_ranking tbody tr.playoff, ul#legend li.playoff div {
    background-color: #64656a;
}
table.table_ranking tbody tr.playout, ul#legend li.playout div {
    background-color: #a4a3a3;
}
table.table_ranking tbody tr.retrocession, ul#legend li.retrocession div {
    background-color: #c8c8c8;
}
table.table_ranking td.team a {
    color: white;
}
table.table_ranking td {
    color: white;
}
table.table_ranking td.points {
    color: white;
}