body {
    font-size: 13px;
}

.container {   
    max-width: 800px; 
    margin: 0 auto;
    padding: 0;
}

#data-table table thead tr th {
    text-align: center;
    font-size: 11px;
}

#data-table table tbody tr td {
    text-align: center;
}

#data-table table tbody tr td:nth-of-type(1) {
    font-weight: 600;

}

.smt {
    font-size: .65em !important;
    word-wrap: nowrap !important;
}

#reloadSpa:hover {
    background-color: #f6f6f6 !important;
}