.form-group label,
.col-form-label {
    font-weight: 600;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

.form-group > label {
    font-weight: 600;
    background: #ffe1a9cc;
    padding: 1px 6px 2px;
    margin-bottom: 3px;
    border-radius: 5px;
    display: block;
}

fieldset legend {
    transform: translateY(.15em);
    margin-bottom: 0.2rem;
}
