html,body{width:100%;min-height:100%;margin:0;padding:0;font-family:sans-serif}body{background-image:url(/bg.png);background-repeat:repeat;background-size:300px;display:flex;justify-content:center;padding-top:5vw;padding-bottom:5vw}#root{width:80%;max-width:800px;background-color:#ededed;padding:16px 5vw;border:7px double #2727d3;overflow-x:scroll}h1,h2,h3,h4{margin:0}.heading{text-align:center}.heading h1{margin-bottom:0}.heading p{margin-top:4px;font-size:1.4em}.heading i{color:#f12b2b}.whowon{text-align:center}.contents{border:4px double #000;width:calc(33% - 4px);min-width:0;display:table;padding:8px}.whowon p.sectiontitle{font-size:3em;font-weight:800;margin:0}.widthSplit{display:flex;gap:8px;flex-wrap:wrap}.widthSplit img{width:calc(66% - 4px);display:table}section.turnout h3,section.turnout h4{margin-top:8px}table,th,td{border:1px solid}th,td{padding:2px 4px}table{margin-top:4px;margin-bottom:4px}ul.horizontal-list{list-style:none;display:flex;flex-wrap:wrap;gap:4px}ul.horizontal-list li{display:inline}.shittyBarGraph{display:flex;flex-direction:column;gap:4px}.shittyBarGraphBar{display:flex;gap:4px;align-items:center;justify-content:space-between;padding:2px;color:#fff}.shittyBarGraphBar:nth-child(1){background-color:#2727d3}.shittyBarGraphBar:nth-child(2){background-color:#f12b2b}
