@charset "UTF-8";
.custom-small-line tr { 
    line-height: 10px;
    font-size: 14px;
}
.custom-medium-line tr { 
    line-height: 12px;
    font-size: 15px;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle !important;
}