.temp-body {
    overflow-y: auto;
    height: calc(100vh - 130px);
}

h5 {
    font-size: 15px;
    margin-bottom: 20px;
    color: rgba(0,0,0,.6);
}

th {color: rgba(0,0,0,.6);}

.container-table {
    margin-top: 20px;
    width: 90%;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 3px;
}


td {
    height: 35px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.6);
}