@media (min-width: 576px) and (min-width: 768px)
.ew-form:not(.ew-list-form):not(.ew-pager-form), table.ew-master-table.ew-vertical {
    width: 100%;
}

@media (min-width: 576px)
.ew-form:not(.ew-list-form):not(.ew-pager-form), table.ew-master-table.ew-vertical {
    width: 100%;
    margin-left: 0;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 100;
}
@media (min-width: 576px)
.w-col-2 {
    width: 46.66667% !important;
}

