.rank .nav-fill .nav-link {
    border-radius: 0px;
    padding: 10px 30px;
    line-height: normal;
    height: auto;

}

.rank .nav-item {
    margin-left: 0px;
}

.rank .nav-link:hover, .rank .nav-link:focus {
    text-decoration: none;
    border-bottom: none;
}

.rank ul {
    width: 100%;
}

.rank table thead th {
    font-weight: 400;
}

.rank table tbody tr th, .rank table tbody tr td {
    padding: 20px 15px;
}

.rank table tbody th {
    width: 100px;
    text-align: center;
    color: #4a4a4a;
    font-weight: 400;
}

.rank .warning-text {
    margin: 20px 0;
}

.rank .warning-text p {
    margin: 0;
}

