﻿
.nav-pills > li.active > a {
    background-color: #2F6FA7!important; /* devops 6524: fix contrast issues */
}

.rbd-column {
    float: left;
    width: 33.33%;
    padding: 2%;
    height: 300px; 
}


.rbd-row:after {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 600px) {
    .rbd-column {
        width: 100%;
        height: 50%;
    }
}
