label {
    font-size: 1rem;
}

.tabs-panel {
    padding: 0;
}

#results .box {
    margin-bottom: 3rem;
}

#results h2 {
    background: rgba(0,0,0,.025);
    margin: -1rem;
    padding: 1.25rem 1rem 1rem;
    border-bottom: 1px solid #efefef;
}

#results h2 i {
    background: #fff;
    color: #c2c2c2;
    padding: .6rem;
    border-radius: 100%;
    font-size: 1.25rem;
    margin: 0 .5rem;
    top: -.2rem;
    position: relative;
    border: 1px solid #c2c2c2;
}

#results h2:not(.summary):after {
    margin-top: .5rem !important;
}

.MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator {
    height: 20px;
    line-height: 13px;
}