html {
    height: 100%;
}
body {
    background-color: #516169;
    height: 100%;
    font-size: 15px;
}
#mainContainer {
    background-color: #fff;
    position: relative;
    min-height: 100%;
    width: 95%;
}

#heading {
    width: 100%;
    height: 190px;
    background-image: url("/img/opwHeaderBg.png");
    background-repeat: repeat-x;
    margin: 0px;
}

#leftHeading {
    height: 190px;
    position: relative;
}

#leftHeadingTop {
    height: 141px;
    position: absolute;
    background-image: url("/img/ohioOutline.png");
    background-repeat: no-repeat;
    background-position: 30px 10px;
}

#leftHeadingBottom {
    position: absolute;
    height: 49px;
    top: 141px;
    padding-top: 1px;
    padding-left: 2px;
}

.nav>li>a {
    color: #fff;
    text-shadow: #000 1px 1px 0px;
}

.nav>li>a:hover {
    color: #23527c;
    text-shadow: #eee 0px 0px 0px;
}

#rightHeading {
    padding: 0px;
}

#mainHeading {
    padding: 9px;
    margin-top: 30px;
    font-family: 'Coda';
    font-size: 40px;
    color: #e8e8e8;
    text-shadow: 2px 2px 3px #101215;
}

a:hover {
    text-decoration: none;
}

#rightHeading img {
    width: 189px;
    float: right;
}

/* Home Page */

#homePageAnnouncement {
    margin-top: 25px;
}

#homePageCarousel .carousel-indicators li {
    border-color: #516169;
}

#homePageCarousel .carousel-indicators .active {
    border-color: #516169;
    background-color: #516169;
}

#homePageCarousel .carousel-inner {
    min-height: 250px;
}

#homePageCarousel .slide-contents {
    padding-bottom: 20px;
}

#homePageCarousel .slide-contents h3 {
    font-family: 'Crete Round', serif;
}

#homePageCarousel blockquote {
    border-left-color: #337ab7;
}

/* Stats Page */

.chart-menu {
    max-height: 350px;
    overflow-y: auto;
}

#countyMenu, #repMenu, #senateMenu, #congressMenu {
    display: none;
}

.list-group-item {
    font-size: 14px;
}

/* Purge Alert */

#voterSearchResults {
    display: none;
    margin-top: 20px;
}

.table-hover>tbody>tr:hover {
    background-color: #d6d6d6;
    cursor: pointer;
}

/* Contact Page */

.contact-message {
    min-height: 200px;
}