﻿body {
    padding-top: 70px;
}

code {
    color: rgba(0,0,0,.87);
}


th.sortable {
    cursor: pointer;
}

th.sortable .fa {
    margin-top: 4px;
}

th.sortable.sorted {
    background-color: rgba(0,0,0,0.1);
}

.default-credit-scores label {
    padding-right:15px;
}

fieldset > legend {
    border-bottom: 1px solid #ddd;
}

@media print {
    .no-print {
        display: none !important;
    }
}