﻿.location {
    padding: 15px 0 20px 0;
}

.headshot IMG {
    height: 82px;
    width: 60px;
    padding: 1px;
}

/*Help popup*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 50%;
    height: 50%;
    padding: 10px;
    border: 1px solid #f00;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.bold {
    font-weight: bold;
}

.boldred {
    font-weight: bold;
    color: #CE312C;
}

#VoterDataTable td.label {
    font-size: 12px;
    font-weight: normal;
    width: 275px !important;
    padding-top: 5px;
}

#VoterDataTable td.entry {
    width: 300px !important;
}

.VSbutton {
    font-size: 12px !important;
}

caption {
    caption-side: top;
}

.divider {
    border-bottom: 1px dotted rgba(0,0,0, .5);
    padding-bottom: 20px;
}

.chkOption label {
    display: inline;
    padding-left: 5px;
    font-weight: bold;
    color: darkblue;
}

.withBorder {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* LANGUAGE BAR */

.lanBar {
    padding-top: 5px;
    float: right !important;
}

    .lanBar a {
        display: block;
        padding: 10px 15px;
        border-left: 1px solid #656565;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
    }

.lanBarImg {
    padding-top: 8px;
}

@media only screen and (max-width:570px) {
    .lanBarImg {
        display: none;
    }
}

.v-lang-bar {
    list-style: none;
    text-align: right;
    width: auto;
    margin: 0;
}



    .v-lang-bar li {
        display: inline-block;
        padding-left: 1px;
    }

        .v-lang-bar li img {
            margin-right: 7px;
        }

        .v-lang-bar li a {
            display: block;
            padding: 8px 15px;
            border-left: 1px solid #656565;
            font-weight: 700;
            color: #c6d1dc;
            font-size: 12px;
            text-decoration: none;
        }

            .v-lang-bar li a:hover {
                color: #fff;
            }

        .v-lang-bar li:last-child a {
            border-right: none;
        }


@media only screen and (min-width:780px) {
    /* for small screens only */
    .hideOnBig {
        display: none;
    }

}

.bigBold {
    font-weight: bold;
    font-size: larger;
}

.subNotice {
    float: right;
    font-weight: bold;
    margin-top: -25px;
}