#overview {
    background: rgba(24, 32, 39, .40);
    border-radius: .25rem;
    padding: 1.5em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
}

.overview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: row;
}

.overview_cat {
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid rgba(234, 188, 50, .75);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: .75em;
    height: 45px;
    margin-top: -8px;
}

.overview_cat_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.overview_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview_cat .overview_cat_col:last-child {
    text-align: right;
}

.overview_row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overview_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    padding: 1px 3px 3px 0px;
}

.overview_row .overview_col:last-child {
    text-align: right;
}

.overview_content .overview_2_columns:first-child {
    padding-right: 10px;
    -webkit-box-flex: 0 0 240px;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
}

.overview_content .overview_columns:last-child {
    padding-left: 1em;
}

.overview_columns:after {
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -209px -269px !important;
    content: "";
    width: 20px;
}

.overview_3_columns:first-child .overview_cat:before {
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -305px -502px;
    background-size: auto;
    content: "";
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-right: .5rem;
}

.overview_col.icon {
    -webkit-box-flex: 0 0 25px;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -208px -270px;
    background-size: auto;
}

.overview_columns .overview_row:nth-child(3) .icon {
    background-position-y: -290px;
}

.overview_columns .overview_row:nth-child(4) .icon {
    background-position-y: -310px;
}

.overview_columns .overview_row:nth-child(5) .icon {
    background-position-y: -330px;
}

.overview_columns .overview_row:nth-child(6) .icon {
    background-position-y: -350px;
}

.overview_columns .overview_row:nth-child(7) .icon {
    background-position-y: -370px;
}

.overview_columns .overview_row:nth-child(8) .icon {
    background-position-y: -390px;
}

.overview_columns .overview_row:nth-child(9) .icon {
    background-position-y: -410px;
}

.overview_columns .overview_row:nth-child(10) .icon {
    background-position-y: -430px;
}

.overview_columns .overview_row:nth-child(11) .icon {
    background-position-y: -450px;
}

.overview_columns .overview_row:nth-child(12) .icon {
    background-position-y: -470px;
}

.overview_columns .overview_row:nth-child(13) .icon {
    background-position-y: -490px;
}

.overview_columns .overview_row:nth-child(14) .icon {
    background-position-y: -510px;
}

.overview_columns .overview_row:nth-child(15) .icon {
    background-position-y: -530px;
}

.overview_columns .overview_row:nth-child(16) .icon {
    background-position-y: -550px;
}

@media screen and (max-width: 980px) {
.overview_content {
    display: block;
}

.overview_columns {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}
}
		
		
		
		
		
		