.table-container{
    max-width: 550px;
    text-align: center;
    margin: auto;
    padding-top: 23px;
}

.table-container h1{
    font-family: 'Open Sans', sans-serif;
    color: var(--main-color);
    margin-bottom: 10px;
}

body{
    overflow: auto;
}

table{
    table-layout: fixed;
}

table tr td, table tr th{
    background-color: rgba(200,200,200, 0.1) !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

.rank {
    width: 12%;
}

.username{
    font-weight: 700;
    width: 68%;
}

.points{
    width: 20%;
    text-align: left;
}

.user-avatar {
    width: 25px;
    margin-right: 5px;
}

.toplist-nav{

}

.toplist-nav-elem{
    display: inline-block;
    margin: 0px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif !important;
    color: var(--main-color);
    cursor: pointer;
}

.toplist-nav-elem.active {
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width: 550px) {
    .rank{
        width: 20%;
    }
    .username{
        width: 50%;
    }
    .points{
        width: 30%;
    }
}
