.staff-rank-title {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}

.staff-rank-color.founder-color {
    color: #dddd5b;
}

.staff-rank-color.admin-color {
    color: #f0454c;
}

.staff-rank-color.dev-color {
    color: #69c3ff;
}

.staff-rank-color.gm-color {
    color: #dd721d;
}

.staff-rank-color.anim-color {
    color: #41dd66;
}

.staff-rank-block {
    margin-top: 10px;
}
.staff-avatar {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #49535c;
}

.staff-description {
    padding-top: 15px;
}
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #2c2c2c;
}

.flex-row-col {
    width: 33.33%;
    margin-top: 5px;
    margin-right: 5px;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 285px;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
    text-align: center;
}