#biblioteca thead.table-light {
    background-color: #0d00ff;
    color: #fff;
    border-color: #fff;
    font-size: 1rem;
}

#biblioteca tbody td {
    font-family: "Lora", monospace !important;
    padding: 0.8rem 1rem;
    position: relative;
}

#biblioteca thead.table-light th {
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
    border-color: #fff;
}

.page-template-biblioteca nav.pagination-wrapper a.page-link:not(.disabled) {
    cursor: pointer;
}

.page-template-biblioteca nav.pagination-wrapper a.page-link.disabled svg {
    fill: #d6dce3 !important;
}