@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

#masthead>.two-columns>.tc-left-column{
    display:none
}
#masthead>.two-columns>.tc-right-column{
    float:none;text-align:center;width:100%
}

#ballot_desc{ display:none; }

/* Apply the Lato font to all elements */
* {
    font-family: 'Lato', sans-serif;
}

/* Add top abd bottom padding to the logo*/
#masthead  img {
    padding-top: 1em;
    padding-bottom: 1em;
}
