body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.leaderboard {display:none}
.table-responsive {
    overflow-x: hidden;
}

.text-wrap-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
}

.text-no-wrap {
    white-space: nowrap
}

.team-member-name {
    margin: 0;
    padding: 0;
    min-width:0;
    /*font-size:2.25em;*/
    font-size:1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    max-width:55px;
}

@media (min-width: 1200px) {
    .team-member-name {
        font-size:1.1em;
        max-width:125px;
    }
}

@media (min-width: 1300px) {
    .team-member-name {
        font-size:1.1em;
        max-width:150px;
    }
}

@media (min-width: 1400px) {
    .team-member-name {
        font-size:1.2em;
        max-width:175px;
    }
}

@media (min-width: 1600px) {
    .team-member-name {
        font-size:1.3em;
        max-width:260px;
    }
}

@media (min-width: 1800px) {
    .team-member-name {
        font-size:1.7em;
        max-width:325px;
    }
}

@media (min-width: 2000px) {
    .team-member-name {
        font-size:1.82em;
        max-width:335px;
    }
}

@media (min-width: 2100px) {
    .team-member-name {
        font-size:1.85em;
        max-width:370px;
    }
}

@media (min-width: 2200px) {
    .team-member-name {
        font-size:1.85em;
        max-width:390px;
    }
}


@media (min-width: 3000px) {
    .team-member-name {
        font-size:2.25em;
        max-width:650px;
    }
}