/* TABLE */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    line-height: 1.42857143;
    vertical-align: middle !important;
    font-weight: normal;
    height: 40px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: none;
}

table.table-risco {
    border-collapse: unset !important;
    border-spacing: 0;
}

table thead tr,
table thead tr th a {
    font-size: 8pt;
    color: black !important;
    text-decoration:none;
}

table tbody tr{
    font-size: 9pt;
    height: 30px !important;
}
