#blockTop .lwlogo img {
    max-height: 70px;
    margin-right: 20px
}

#blockTop a.lwlogo#logo {
    margin-bottom: 10px
}

#blockTop .lwinfo div {
    float: right;
    display: block;
    max-height: 100px;
    max-width: 20em;
    margin-right: 20px;
    font-size: 75%
}

#blockTop a.lwinfo#logo {
    margin-bottom: 0
}

.scrolled #blockTop .lwlogo img {
    max-height: 40px
}

.scrolled #blockTop .lwinfo div {
    display: none
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #005d96;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #013f66;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 93, 150, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005d96;
    border-color: #005d96;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.justify-content-center {
    justify-content: center !important;
}

ul#paginationUl {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

