body {
    font-family: "Work Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}

th.dt-center, td.dt-center {
    text-align: center;
}

th,
td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    margin: 0 auto;
}

div.container {
    width: 80%;
}

.navbar-brand {
    color: white;
}

.subnav {
    height: 100px;
}

.oc-label {
    color: rgb(156 163 175) !important;
}

.main {
    margin: 5px;
    padding-bottom: 100px;
}

.footer-nav {
    height: 100px;
    color: white;
}

.oc-header {
    color: white;
    font-weight: bold;
}

.dt-length {
    display: none !important;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1600px;
    }
}