#quick-links {
    font-size: 0.9em;
    list-style-type: none;
    margin: 0 0 15px 0;
    width: auto;
}

#quick-links li {
    display: inline-block;
}

#quick-links li:not(:last-child):after {
    content: '|';
    display: inline-block;
    text-align: center;
    width: 18px;
}

h2.library-table-heading {
    margin: 35px 10px 0 0;
}

p.library-table-heading {
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
}

table.library-loan-periods {
    margin: 5px 0 0 0;
}

table.library-loan-periods tbody tr td:first-child {
    min-width: 40%;
}

table.library-loan-periods caption {
    background:#DBDCDD;
    color: #373634;
    font-family: "Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
}

table.library-loan-periods caption span {
    text-transform: none;			   
}

table.library-loan-periods thead th {
    font-family: "ff-tisa-web-pro","TisaPro-Regular",Georgia,serif;
    font-size: .8125rem;
    font-weight: 800;    
    line-height: 25px !important;
    padding: 10px 0 10px 10px;
    text-transform: none;
}

table.library-loan-periods td {
    padding-left: 10px;
}