#opac-account #finestable {
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
}


#opac-account #finestable thead tr th,
#opac-account #finestable tfoot tr th {
    background-color: white;
}


@media (max-width: 590px) {
    #opac-account #finestable {
        display: block;
        overflow-x: auto;
    }
}