
.rosterRow {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    max-width: 80em;
}

.rosterColumn0,
.rosterColumn1 {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.rosterColumn0 {
}

.rosterColumn1 {
}

.memberCard0,
.memberCard1 {
    height: 105px;
    width: 97%;
    background-color: black;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.5em;
    vertical-align: top;
}

.memberCard0 {

}

.memberCard1 {

}

.memberCardAvatar {
    float: left;
    margin-left: 15px;
    margin-top: 14px;
}

.memberCardAvatarImage {
    width: 75px;
    background-color: black;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
}

.dossierImage {
    background-color: #222222;
    float: right;
    margin-top: 12px;
    margin-right: 15px;
    border-radius: 5px;
}

.dossierImage:hover {
    background-color: #444444;
}

.rank-filter-button {
    font-size: 0.75em;
    font-weight: unset;
}

.rank-filter-button-disabled {
    font-size: 0.75em;
    color: #888888;
    cursor: pointer;
}

.rank-filter-button:hover {
    color: dodgerblue;
    cursor: pointer;
}