#studentProfiles figure h4 {
    color: #555858;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    margin-left: 2.5rem;
    font-size: 1rem;
}
.accordion .accordContent h3.nested , .accordion .accordContent h4.nested {
    font-size: 1.1em;
    background: #fafafa;
}
.accordion h4.accordion-header  {
    padding:.5em;
    border-top:1px solid #ddd;
    background:none;
    margin-top:3px;
    margin-bottom:0;
    padding-top:.8em;
    text-align:left;
    font-weight:normal
}
.accordion h4.accordion-header:hover {
    cursor:pointer;
    background:#fff;
    text-decoration:underline
}

.table tfoot td {
    font-weight: bold;
}