.container-fluid {
    overflow-x: auto;
    max-width: 98%;
}

.lead,
.navbar,
.card-header,
.accordion-header {
    font-family: 'Prompt', sans-serif;
    color: #407294;
    margin-bottom: 0px;
}

.card-body,
.card-footer {
    font-family: 'Sarabun', sans-serif;
}

.chart-container {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Sarabun', sans-serif;
}

.dataTables_wrapper {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    position: relative;
    clear: both;
}

div.dataTables_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

th,
td {
    white-space: nowrap;
    text-align: center;
}