body,
html {
    background-color: #1b1f23;
    color: #929a9e;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    line-height: 1.66667;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

@media (max-width: 768px) {
    body, html {
        max-width: 100%;
        padding: 5px;
    }
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #2d3844;
    width: 100%;
}

tr {
    border-top: 1px solid #495867;
}

th {
    background-color: #364250;
}

td,
th {
    white-space: nowrap;
    overflow: hidden;
    border-left: 1px solid #495867;
    border-right: 1px solid #495867;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

a {
    text-decoration: none;
    color: #87a3bf;
}

#scoreBoard {
    white-space: wrap;
}

.statsTable th, .statsTable td {
    max-width: 40px;
}

.playerSelectable {

}

.playerUnselectable {
    background-color: #2b3035;
    color: #565c5f;
}

.playerSelected {
    background-color: #274a6d;
    color: #ecf0f1;
}

#playerTable, td {

}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
