﻿.headerRQ.col-sm {
    background-color: #81cbd5;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #f6f6f6;
    border-bottom: 5px solid #00bcd4;
    border-right: 1px solid #cbd2d3;
}

.headerRQ.col-sm:last-child {
    border-right:0px;
}

.containerRQ.col-sm {
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 12px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    text-align:center;
}
