/* here is the custom css */
.table td, .table th {

    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;

}

table.custom-table td{vertical-align:middle;padding:5px !important;}
.pagination a{display:inline-block;padding:5px;margin:5px;}
.pagination strong{display:inline-block;padding:5px;margin:5px;}