.voting-page .voting-matches{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.voting-page .voting-match{min-width:50px;flex-grow:1}.voting-page .voting-match.hidden{background:rgba(100,0,0,.1)}.voting-page .voting-bar{flex-direction:row;width:100%}.voting-page .voting-bar,.voting-page .voting-bar div{display:flex;justify-content:center;align-items:center}.voting-page .voting-bar div{height:30px;background:#fd0;color:#000!important;font-size:1.1rem;min-width:15%;max-width:85%}.voting-page .voting-bar div:first-child{background:#00a2ff}.voting-page .voting-bar div:nth-child(2){background:gray}.voting-page .voting-bar div:last-child{background:#fd0!important}@media(max-width:800px){.voting-page .voting-matches{flex-direction:column;flex-wrap:nowrap}.voting-page .voting-match{width:100%}}