.row {
    display: table;
}

.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.height-175 {
    height: 175px !important; }


.bg-rr-red {
    background-color: #800000ff !important;
}

.bg-rr-red-opacity-10 {
    background-color: rgba(128, 0, 0, .1) !important;
}

.bg-rr-grey-opacity-10 {
    background-color: rgba(191, 191, 191, .1) !important;
}
