﻿@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
    .label {
        margin-bottom: 0px;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 2px;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 2px;
    }
    .pb-4, .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4, .py-4 {
        padding-top: 0.5rem !important;
    }
}
