﻿table.result-table > thead > tr > th,
table.result-table > tbody > tr > th,
table.result-table > tfoot > tr > th {
    background: #19948c !important;
    color: #fff;
}
table.SlimResultTable td,
table.SlimResultTable thead tr th {
    padding: 0.375rem 0.5rem;
}

table.SlimResultTable p {
    margin-bottom: 0;
}