legend {
    font-weight: 400;
}

    legend.form-legend {
        text-align: center;
        padding-top: 10px;
        line-height: 35px;
        font-size: 38px;
        font-family: "Roboto Slab",serif;
        text-transform: none;
    }

fieldset {
    padding-bottom: 9px;
    border-bottom: 2px #e4e4e4 solid;
}

legend.form-legend .glyphicon {
    color: #28ace2;
    font-size: 1.6em;
    margin-bottom: -10px;
}

legend .glyphicon {
    display: block;
    padding-bottom: 20px;
}

.glyphicon-remove-sign {
    color: #ca2227 !important;
    opacity: 1 !important;
}

.glyphicon-ok-sign {
    color: #088808 !important;
    opacity: 1 !important;
}

legend.form-legend p.lead {
    margin-top: 15px;
}

div.thumbnail:hover {
    background-color: rgba(243, 243, 244, 0.95);
}

.thumbnail {
    padding: 0;
    border: solid 1px #e4e4e4;
}

.thumbnail, .panel {
    border-radius: 5px;
    box-shadow: none;
}

    .thumbnail img {
        border-radius: 2px 2px 0 0;
    }

.caption {
    margin: 0 5px 0 5px;
}

.image-tag {
    margin-top: -20px;
    margin-left: 5px;
}

    .image-tag span {
        background-color: #28ace2;
        padding: 5px 10px;
        margin-left: -4px;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.9em;
    }

    .image-tag ~ h4 {
        margin-top: 10px;
        padding-top: 10px;
        min-height: 70px;
    }

.h4, h4 {
    font-family: "Roboto Slab",serif;
}

span.distance {
    font-weight: 300;
    display: block;
}

.fa-icons {
    text-align: right;
}

    .fa-icons i.fa {
        margin-left: 10px;
        color: #28ace2;
    }

.fa-facebook {
    padding: 3px 0;
}

.vote-container {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

a.nodecoration, a.nodecoration:hover, a.nodecoration:active, a.nodecoration:visited {
    text-decoration: none;
}


@media (min-width: 1px) {
    .btn-smallfont {
        font-size: 14px !important;
        width: 100%;
    }
}

@media (min-width: 364px) {
    .btn-smallfont {
        font-size: 14px !important;
        width: 70% !important;
    }
}

@media (min-width: 768px) {
    .btn-smallfont {
        font-size: 16px !important;
        width: 50% !important;
    }
}

@media (min-width: 1024px) {
    .btn-smallfont {
        font-size: 16px !important;
        width: 30% !important;
    }
}

#registered-to-vote-div {
    font-size: small;
    position: absolute;
    top: 155px;
    left: 770px;
    width: 200px;
}
