/* body {
    padding: 5px;
} */
.rsad table th, 
.rsad table td {
    padding: 0.35rem !important;
    font-size: 0.8rem;
    line-height: 1.3;
}
.rsad table tr td:first-child {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.rsad-search {
    position: fixed;
    top: 7px;
    z-index: 1032;
    right: 8px;
    width: 74%;
}
@media (min-width: 992px) {
    .rsad-search {
        right: auto;
        left: 116px;
        width: 100%;
        max-width: 600px;
    }
}
