﻿html,
body {
    background: #FDFAF3;
    font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    margin: 0;
    padding: 0px 10px;
}
.logoWrapper {
    /* width: 100%; */
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.leaderboardLogo {
    content:url("https://res.cloudinary.com/validar/image/upload/v1634059698/NCS_logo_ncs_uquspe.png");
}
#leaderBoardGrid > tbody > tr > th:nth-child(1) {
    text-indent: -999px;
}
th:nth-child(1):before {
    content: 'Rank';
    text-indent: 0px;
    float: left;
}
#leaderBoardGrid > tbody > tr > th {
    text-transform: uppercase;
}
#leaderBoardGrid > tbody > tr:nth-child(2) > td:nth-child(1)::before {
    content: '';
    font-family: 'FontAwesome';
    margin-right:9px;
    font-size: 1.2em;
    color: #502641;
}
#leaderBoardGrid > tbody > tr:nth-child(odd) {
    background-color: #007DA5;
    color: #fefefe;
}
#leaderBoardGrid > tbody > tr:nth-child(1) > th:nth-child(5) {
    text-align:right;
}
#leaderBoardGrid > thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
    }
#leaderBoardGrid > thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
#UpdatePanel1 {
    max-width: 900px;
    margin: -9px auto;
}
#leaderBoardGrid > tbody > tr:nth-child(odd) {
    background-color: #262b67;
    color: white;
}