﻿.myBallot-electionTitle {
    font-family: Lora, 'Times New Roman', serif;
    font-size: 1.714285714285714em;
    font-weight: 600;
}

.myBallot-electionDate {
    font-family: Nunito, Arial, sans-serif;
    font-size: 1.14286em;
    margin: 1em 0;
}

.myBallot-electionWard {
    font-weight: 600;
}

div.myBallot-sampleHeader {
    background-color: #F6FF00;
    margin-bottom: 2px;
    padding: 18px 16px;
}

.myBallot-sampleHeader {
    font-family: Nunito, Arial, sans-serif;
    font-size: 1.28571em;
    line-height: 1.33333;
}

div.myBallot-contestName {
    background-color: #eee;
    border: 2px solid #000;
    padding: 16px 15px 15px;
}

.myBallot-contestName {
    font-size: 1.14286em;
    line-height: 1.25;
    font-weight: 600;
}


@media print {
    #SiteHeader,
    #SiteFooter,
    .page-title,
    #AddressInput,
    .c-greyHeader,
    .ballot-instruction-text {
        display: none;
    }
}