body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    color: rgba(45, 45, 60, 1);
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .6);
    height: 100%;
    margin: 0;
}

a {
    color: rgba(163, 28, 36, 1);
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: normal;
    text-align: center;
}

h2 {
    margin: 20px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
}

h2.judge {
    float: left;
    text-align: center;
    width: 40%;
    font-size: 19px;
}

h2.clerk {
    float: right;
    text-align: center;
    width: 60%;
    font-size: 19px;
}

h3 {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    /*border-bottom: 1px solid rgba(45, 45, 60, .5);*/
}

h3:first-child {
    margin: 0;
}

h4 {
    font-weight: normal;
    margin: 10px 0;
}

#banner {
    margin: 100px 0 0 200px;
    overflow: auto;
}

#footer {
    clear: both;
    font-size: .8em;
    padding: 50px 0;
}

#footer .copyright {
    width: 50%;
    float: left;
    text-align: left;
}

#footer .designer {
    width: 50%;
    float: right;
    text-align: right;
}

#mainContainer {
    display: block;
    position: fixed;
    height: auto;
    bottom: 0;
    top: 0;
    left: 50%;
    width: 900px;
    margin: 50px 0 50px -450px;
    padding: 0 50px;
    background: url('/images/documentBackground.jpg') no-repeat;
    overflow: auto;
}

#navigation {
    width: 190px;
    float: left;
    margin-top: -5px;
    margin-bottom: 100px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li {
    margin: 0;
    padding: 0;
}

#navigation a {
    color: rgba(163, 28, 36, 1);
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

#navigation a:hover,
#navigation a:active {
    color: rgba(45, 45, 60, 1);
    -o-transition: .75s;
    -ms-transition: .75s;
    -moz-transition: .75s;
    -webkit-transition: .75s;
    transition: .75s;
}

#pageHome #navHome,
#pageInformation #navInformation,
#pageContacts #navContacts,
#pagePayments #navPayments,
#pageSearch #navSearch,
#pageTraffic #navTraffic,
#pageCriminal #navCriminal,
#pageCivil #navCivil,
#pageSmallClaims #navSmallClaims,
#pageProbation #navProbation,
#pageBond #navBond,
#pageRules #navRules,
#pageJuryDuty #navJuryDuty {
    color: rgba(45, 45, 60, 1);
}

#navigation .links {
    margin: 30px 0 0 0;
    padding: 0;
    color: rgba(163, 28, 36, 1);
    font-weight: bold;
}

#navigation .links dt {
    text-decoration: underline;
}

#navigation .links dd {
    margin: 0;
    padding: 0;
}

#content {
    width: 650px;
    float: right;
}

img.background {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1200px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;
}

.caption {
    text-align: center;
    font-weight: bold;
}

.courthousePhoto {
    width: 585px;
}

.hours {
    width: 45%;
    float: left;
    text-align: center;
}

.contact {
    width: 45%;
    float: right;
    text-align: center;
}



/* BEGIN: Bond List Table Formatting */
.bondList {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.bondList td {
    border-bottom: 1px solid rgba(45, 45, 60, .3);
    padding: 5px 0;
    vertical-align: top;
}

.bondList td:nth-child(1),
.bondList th:nth-child(1) {
    width: 20%;
}

.bondList td:nth-child(2),
.bondList th:nth-child(2) {
    width: 60%;
}

.bondList td:nth-child(3),
.bondList th:nth-child(3) {
    width: 15%;
    text-align: right;
}

.bondList td:nth-child(3) span {
    cursor: pointer;
}

.bondList tr:last-child td {
    border-bottom: none;
}
/* END: Bond List Table Formatting */



/* BEGIN: Cost List Table Formatting */
.costList {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.costList td {
    border-bottom: 1px solid rgba(45, 45, 60, .3);
    padding: 5px 0;
}

.costList td:nth-child(1) {
    width: 70%;
}

.costList td:nth-child(2) {
    width: 25%;
    text-align: right;
}

.costList tr:last-child td {
    border-bottom: none;
}
/* END: Cost List Table Formatting */




/* BEGIN: Phone List Table Formatting */
.phoneList {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.phoneList td {
    border-bottom: 1px solid rgba(45, 45, 60, .3);
    padding: 5px 0;
}

.phoneList td:nth-child(1) {
    width: 70%;
}

.phoneList td:nth-child(2) {
    width: 25%;
    text-align: right;
}

.phoneList tr:last-child td {
    border-bottom: none;
}
/* END: Phone List Table Formatting */


.closed {
    clear: both;
    text-align: center;
    padding-top: 25px;
    color: darkred;
}

.modal-backdrop.in {
    display: none !important;
}