h1 {
    color: #666666;
}

.center-text {
    text-align: center;
    position: relative;
}

.div_ranking_members_title {
    background-color: #767676;
    overflow: hidden;
    padding-bottom: 6px;
}

.div_ranking_members_title .title {
    overflow: hidden;
    font-family: Arial;
}

.div_ranking_members_title .title p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    background-color: #E30613;
    width: auto;
    float: left;
    padding-right: 10px;
}

.div_ranking_members_title .title .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 34px 23px 0 0;
    border-color: #E30613 transparent transparent transparent;
    float: left;
}

.filters_menu {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filters_menu .filter_panel {
    float: left;
    background-color: #E3E3E3;
    color: #000000;
    z-index: 8000;
}

.filters_menu .filter_panel .filter_panel_selected {
    cursor: pointer;
    overflow: hidden;
    padding-left: 20px;
    border-bottom: 1px #FFFFFF solid;
}

.filters_menu .filter_panel .filter_panel_selected p {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(60%);
    max-width: calc(100% - 40px);
    padding-top: 4px;
}

.filter_panel_selected .arrow_up_down {
    width: 40px;
    height: 30px;
    border-style: solid;
    border-width: 0 0 30px 19px;
    border-color: transparent transparent #000000 transparent;
    float: right;
    position: relative;
}

.filter_panel_selected .arrow_up_down:before {
    border-style: solid;
    border-width: 0px 4px 6.5px 4px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 6px;
    top: 7px;
    content: '';
}

.filter_panel_selected .arrow_up_down:after {
    border-style: solid;
    border-width: 6.5px 4px 0px 4px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 6px;
    top: 18px;
    content: '';
}

.filters_menu .filter_panel .filter_panel_selections li {
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transition: color 0.6s linear;
    -moz-transition: color 0.6s linear;
    -ms-transition: color 0.6s linear;
    -o-transition: color 0.6s linear;
    transition: color 0.6s linear;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
}
/* 
.active:not(.no_sex) {
    outline: 1px solid #000000;
    color: #000000;
} */

.filters_menu .filter_panel .filter_panel_selections li:hover {
    outline: 1px solid #000000;
    color: #000000;
}

/* Results */
.results_table {
    width: 100%;
    font-weight: bold;
}

.results_table thead {
    background-color: #767676;
    color: #FFFFFF;
    font-size: 14px;
}

.results_table tr {
    height: 29px;
    border-bottom: 4px solid #FFFFFF;
    position: relative;
    z-index: 10;
}

.results_table thead tr .rank {
    background-color: #E30613;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 1px;
}

.results_table th {
    height: inherit;
}

.results_table .kart {
    text-align: center;
    white-space: nowrap;
}

.results_table .pseudo {
    cursor: pointer;
    padding-left: 18px;
}

.results_table .date {
    text-align: center;
}

.results_table thead tr .time {
    text-align: center;
    background-color: #E30613;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.results_table tbody {
    background-color: #E3E3E3;
    color: #000000;
    font-size: 16px;
}

.results_table tr {
    height: 29px;
    border-bottom: 4px solid #FFFFFF;
    position: relative;
    z-index: 10;
}

.results_table tbody tr .first,
.results_table tbody tr[data-rank="1"] .rank,
.results_table tbody tr[data-rank="1"] .triangle_1 {
    background-color: #fbb610;
    color: #000;
}
.results_table tbody tr .third, .results_table tbody tr[data-rank="3"] .rank, .results_table tbody tr[data-rank="3"] .triangle_1 {
    background-color: #e9a35b;
    color: #000;
}

.results_table tbody tr .rank {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    font-family: Arial;
    padding-left: 10px;
    padding-right: 10px;
    width: 1px;
}

.results_table tbody tr .triangle_1 {
    background-image: url(../img/leaderboard/tbody_rank.png);
    background-repeat: no-repeat;
    background-size: 22px 100%;
    background-color: #000;
    background-position: right;
    width: 22px;
    min-width: 22px;
}

.results_table tbody .kart {
    width: 13px;
    min-width: 13px;
    color: #fff;
    font-family: Arial;
}

.results_table tbody .kart .triangle {
    background-image: url(../img/tbody_kart.png);
    background-repeat: no-repeat;
    background-size: 13px 100%;
    width: auto;
    min-width: 13px;
    height: 18px;
    margin-top: 0px;
    float: left;
}

.results_table tbody .kart .triangle p {
    font-size: 13px;
    height: 18px;
    padding-right: 8px;
    padding-left: 17px;
}

.results_table .pseudo {
    padding-left: 18px;
}

.results_table tbody .pseudo,
.results_table tbody .date,
.results_table tbody .time,
.results_table tbody .race,
.results_table tbody .track {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
}

.results_table tbody tr .triangle_2 {
    background-image: url(../img/tbody_time_left.png);
    background-repeat: no-repeat;
    background-size: 22px 100%;
    background-position: right;
    width: 22px;
    min-width: 22px;
}

.results_table tbody tr .time {
    background-color: #8F0000;
    color: #FFFFFF;
    font-family: JetSet, Arial;
    font-size: 14px;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 4px;
    width: 40px;
    text-align: center;
}

.results_table tbody tr .triangle_3 {
    background-image: url(../img/tbody_time_right.png);
    background-repeat: no-repeat;
    background-size: 22px 100%;
    width: 34px;
    min-width: 18px;
}

.results_table tbody tr .second,
.results_table tbody tr[data-rank="2"] .rank,
.results_table tbody tr[data-rank="2"] .triangle_1 {
    background-color: #a5abc1;
    color: #000;
}