/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}body {
    font-family: Arial;
    background-image: url(images/eric-rothermel-FoKO4DpXamQ-unsplash.jpg);

}
#content {
    grid-area: content;
  }

.election-results  {
    width: 300px;
}


.election-results h1, ul {
    text-align: center;
}

.election-results h1 {
    margin-top: 2em;
}

.election-results ul {
    margin-top: 1em;
}


.election-results table, td, th {
    border: 1px solid black;
    margin: auto;
}

.election-results th {
    background-color: lightblue;
}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(static/media/eric-rothermel-FoKO4DpXamQ-unsplash.ddc08c6a.jpg);background-position:50%;background-size:cover;background-attachment:fixed;background-color:#464646;background-repeat:no-repeat;-webkit-animation:fadein 2s;animation:fadein 2s}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:767px){body{background-image:url(static/media/eric-rothermel-FoKO4DpXamQ-mobile.52412ce8.jpg)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.page-layout{position:fixed;top:0;bottom:0;left:0;right:0;display:grid;grid-template-columns:100%;grid-template-rows:60px auto 50px;grid-template-areas:"header" "content" "footer"}#content{grid-area:content;margin:20px}#content>header{background-color:grey;color:#fff;padding:10px}#content>section{padding:10px}#sidebar{grid-area:sidebar;background-size:cover}.content-paragraph{font-size:1.5em;background-color:rgba(0,0,0,.283);color:rgba(241,247,247,.906);width:80%;margin:5% auto;padding:10px;border-radius:10px;text-align:left}p{margin-top:8px}.bolder{font-weight:700}#page-footer{grid-area:footer;background-color:none;color:rgba(8,167,201,.94);text-align:center;padding-top:20px}#page-footer>small{font-size:.8rem}#page-header{grid-area:header;background-color:#fff;color:rgba(37,175,206,.94);padding:7px}#page-header h1{display:flex;font-size:1.8rem;align-items:center}#page-header h1 img{height:1.8rem}#page-header h1 *{margin:4px}.header h1,.header span{position:relative;left:10px}.header span{top:4px;font-weight:bolder;font-style:italic}.login{font-weight:700;position:fixed;top:25px;right:40px}@media (min-width:480px){.Login{border:1px solid #000;padding:30px 0;border-radius:15px;background-color:#fff;width:300px;margin:auto}.Login form{margin:auto 60px;max-width:320px;display:block}.label{font-size:.8em;font-weight:800;display:block;margin-left:0;margin-right:100px;margin-top:10px}.control{margin-top:5px;margin-bottom:5px;width:100%}.center{margin-top:15px}.loginButton{font-size:1em;width:100%}}
/*# sourceMappingURL=main.414b6831.chunk.css.map */