/*
Theme Name: Excelmed Portal
Author: Master Henry Dancho
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
}

.site-header img {
    max-height: 60px;
}

.pagination {
    justify-content: center;
}

.page-numbers {
    margin: 0 5px;
}

.site-logo img {
    max-width: 300px;
    height: auto;
    max-height: 200px;
}

td {
    vertical-align: middle;
}

ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-numbers a {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 5px 11px;
    margin: 0 2px;
    border-radius: 3px;
}

.page-numbers a:hover {
    background: #0d6efd;
}

ul.page-numbers span {
    text-decoration: none;
    background: #0d6efd;
    color: #fff;
    padding: 5px 11px;
    margin: 0 2px;
    border-radius: 3px;
}