.errorMsg {
    display: none;
    width: 100%;
    background-color: #330000;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.leaderboard {
    margin: 30px auto 0px auto;
    width: 95%;
    min-height: 500px;
}

.leaderboard .resContainer {
    position: relative;
    height: 18px;
    clear: both;
}

.leaderboard .resContainerHighlight {
    position: relative;
    height: 18px;
    background-color: #bd35d1;
    clear: both;
}

.leaderboard .col {
    width: 15%;
    float: left;
    text-align: center;
    height: 20px;
}

.leaderboard .colLrgLeft {
    width: 33%;
    float: left;
    text-align: left;
    height: 20px;
}

.leaderboard .colLrgRight {
    width: 22%;
    float: left;
    text-align: center;
    height: 20px;
}