body {
    color: #494b4c;
    /* background-color: #f3f5f857 */
    background-color: white;
}

a,
a:visited {
    color: #4487bb;
}

.main-container {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_wrapper .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.table th {
    border-top: 0;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.cards {
    display: none;
}

.landing-text {
    margin: 9em auto 5em;
    background-color: transparent;
}


/*** TDS 23-12-2019 ***/

table th {
    min-width: 80px;
}

ul.dtr-details li {
    display: block;
    border: None;
    padding: 0;
    margin-top: -1px;
}

.dtr-details .dtr-title {
    font-weight: 700;
    border-right: None;
}

@media only screen and (max-width: 767px) {
    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: normal !important;
    }
    table {
        display: none !important;
    }
    .cards {
        display: block;
    }
    .landing-text {
        margin: 3em auto 4em;
        background-color: transparent;
    }
    #column-toggle{
        display: none;
    }
}


/** Card Styling **/

.card {
    border-color: #e8e8e8;
}

.card .card-header,
.card .card-footer {
    border: none;
}

.card .card-header {
    background: none;
}
