﻿.myVoteModule-voterName {
    font-family: "Nunito",Arial,sans-serif;
    font-size: 1.428571428571429em;
}

table.myVoteModule-resultsTable {
    margin: 1.28571em 0;
}

table.myVoteModule-resultsTable td {
    vertical-align: top;
    padding-bottom: 1.28571em;
}

table.myVoteModule-resultsTable tr:last-child td {
    padding-bottom: 0;
}

table.myVoteModule-resultsTable td.voter-nameAddress {
    padding-left: 4px;
    padding-right: 12px;
}

div.updateNameAddressBtn {
    margin-bottom: 4px;
}

div.updateNameAddressBtn a.btn {
    min-width: 17em;
}

div.updateNameAddressBtn:last-of-type {
    margin-bottom: 1.28571em;
}













/*
div.registered-voter-search-container h3{
    margin:20px 0;
}

div.registered-voter-search-header{
    background-color:#E4E4E4;
    padding:10px;
    font-weight:bold;
}

div.registered-voter-search-content{
    padding-top:20px;
    background-color:#FFFFFF;
}

div.registered-voter-search-content h4{
    font-weight:bold
}

div.registered-voter-search-content a {
    cursor:pointer;
}

div.registered-voter-search-content p{
    margin:20px 0;
}

.registered-voter-search-search-header > div{
    float:right;
}

.registered-voter-search-search-header > div > span.glyphicon{
    font-size:16px;
    vertical-align:middle;
}

.registered-voter-search-search-header > div > a{
    color:#333333;
    margin:0 10px;
    font-size:12px;
    font-weight:bold;
}

#registered-voter-search-button{
    float:right;
}

table#registered-voter-search-result-list {
    width:100%;
}

table#registered-voter-search-result-list td {
    padding:10px;
}

table#registered-voter-search-result-list span{
    font-size:16px;
}

table#registered-voter-search-result-list td span:first-child {
    font-weight:bold;
}

.registered-voter-result{
    background-color:#E4E4E4;
}

.registered-voter-result .row{
    margin:10px 0;
}

.registered-voter-result .btn{
    width:100%;
    margin:8px 0;
}

.registered-voter-result label{
    font-weight:bold;
}

.name-search-field-invalid{
    color:red;
}
*/
/*Common*/
.btn-gab-green{
    background-color:#0EBF00;
    color:#FFFFFF;
}

a.btn-gab-green:visited{
    color:#FFFFFF;
}

a.btn-gab-green:hover{
    background-color:#FFFFFF;
    border-color:#0EBF00;
    color:#0EBF00;

}
