@import '_reset.css';
@import '_presets.css';

/* block theme -------------------------------------------------------------- */
.democracy{
	--dem-graph-bg: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.1); background-color:rgba(0,0,0,.1);
	background-image: linear-gradient(to top, rgba(0,0,0,.05), transparent);
	padding:1em; padding-bottom:.5em; margin-bottom:1em;
}

.dem-poll-title{ margin:0; font-size:115%; margin:-.9em; margin-bottom:1em; text-align: center; padding:1em; border-bottom: 1px solid rgba(0,0,0,.1); }

.dem-percent-txt,
.dem-label-percent-txt{ display: none; }

.dem-votes-txt-percent::before{ content:'- '; display:inline; }

.dem-revote-button::before{ content:'◂ '; }

.dem-results-link{ margin-bottom: 0; }

/* / block theme -------------------------------------------------------------- */


