#Leaderboard {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

#bangdan {
    float: left;
}

#bangdan a {
    display: block;
    text-align: center;
    padding: 0px 50px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.402);
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
}

#bangdan a:hover {
    background: #fff;
    color: black;
}

.dangqian {
    background: #fff !important;
    color: black !important;
}

table {
    color: #fff;
}

#Leaderboard_mid {
    width: 790px;
    margin-left: 170px;
    background-color: rgba(255, 255, 255, 0.402);
    border-radius: 4px;
    padding: 20px;
}

#Leaderboard_mid table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    line-height: 50px;
}

.Leaderboard_mid_title {
    background-color: #D4E0E0;
    color: #09322F;
    line-height: 30px !important;
}

.top1 td:first-child {
    color: #DF426E;
    font-weight: bold;
}