/* Hide organization name */
#masthead h2 {
    display: none;
}

/* style the election name */
h3#ballot_desc {
    color: #004b62;
    font-size: xx-large;
}

/* style other subheadings */
h4, h5, h6, h3 {
    color: #004b62;
}

/* style all links */
#binding a, #footer a, #helpdesk a {
    color: #0f4d93 !important;
}

/* common style for Continue and Cancel buttons*/
input[type='submit'] {
    border-radius: 3.75px;
}

/* style for Continue buttons (primary buttons)*/
input[name='submit'] {
    background-color: #004b62 !important;
}

input[name='submit']:hover {
    background-color: #2D6A7D !important;
}

/* style for Cancel and Change buttons (secondary buttons)*/
input[name^='c'] {
    background-color: #ebecea !important;
    border: 1px solid #bec5bc !important;
    color: black !important;
}

input[name^='c']:hover {
    background-color: #BEC5BC !important;
}

/* remove the background from the submit form*/
#submit_button fieldset .center {
    background-color: white;
}

/* Remove the buoy icon*/
div#helpdesk img {
    display: none;
}

/* Style the success button */
div.message.success {
    background-color: #ecfff0;
}

