.sf-table-custom th {
    font-size: 15px;
    color: #333333!important;
}

.sf-table-custom  td {
    font-size: 15px;
    color: #333333!important;
    padding: 0.3rem 0.5rem!important;
    vertical-align: middle;
}

.sf-table-custom  tr:nth-child(odd) td {
background-color: #F9F9F9!important;
}