/* -------------------
   General Pagination
--------------------- */
table thead th {
    white-space: normal;
    vertical-align: bottom;
}

table thead th.text-nowrap {
    white-space: normal !important;
}

table thead th a,
table thead th span {
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
    line-height: 1.15;
}

div.pagination {
    clear: both;
    text-align: center;
    margin: 15px 0 0 0;
}
 
div.pagination p.counter {
    font-style: italic;
}
 
div.pagination ul {
    list-style: none;
    padding: 0;
}

div.pagination ul li {
    list-style: none;
    display: inline;
    padding: 0 5px 0 5px;
}
