
body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
}

table,td,th {
	font-size: 11pt;
}

#beforeCharts {
	padding-top: 20px;
	padding-left: 20px;
}
#charts {
	display: inline-block;
	margin-left: -20px;
}

#loading {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#wahlinfo {
	padding: 20px;
	color: black;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 20px;
	text-align: justify;
}
.floatinginfothingy {
  position: absolute;
  right: 40px;
  top: 60px;
 }

table {
	width: 100%;
	padding: 20px;
	color: black;
	line-height: 1.5em;
	margin-top: 10px;
}
th {
	font-weight: bold;
	border-bottom: 1px solid black;
}
tr.gesamt, tr.gesamt td {
	border-top: 1px solid black;
}
td.num, th.num {
	text-align: right;
}
td.shortname .hv, td.shortname .bv {
	font-weight: bold;
}
td.shortname .bv-match {
	font-style: italic;	
}
td.shortname, th {
	white-space: nowrap;
}
td.missing {
	color: #888;
}
td,th {
	padding-left: 2px;
	padding-right: 2px;
}
.hvmandate {
	border-right: 1px solid #888;
}
.hv-bv-trenner, .hv-bv-trenner td {
	border-top: 1px dotted black;
}

#uniAuswahl {
	float: left;
	font-size: 14pt;
	overflow: scroll;
	max-height: 100%;
	max-width: 300px;
}

#uniAuswahl .uni a, #uniAuswahl .uni span {
	display: block;
}


#main {
	background: url("https://my-cdn.at/9mkbYN6PU.P8YzEpbtPkcrTyFCx5wgi2uGymrbVY4gJ")  center center no-repeat;
	height: 100%;
}

#chartDivBar {
	float: left;
}

#chartDivPie {
	float: left;
}

#uniName {
	font-weight: bold;
	color: #444;
	font-size: 2.2em;
	margin-left: 5px;
}

#uniName span, h2 {
	color: #138FB8;
}
h2 {
	margin-top: 10px;
	font-weight: bold;
}

.hsWahl {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.hsWahl select {
	font-size:12pt;
}

tr.odd, tr.odd td {
	background-color: rgba(13, 135, 190, 0.1);
}

.pfeile {
	width: 18px;
	height: 18px;
}

td.up {
	background: url("https://my-cdn.at/w8GlfaIA65bKUgPHfP.tDe9QIwT6XH6Klh4VDqnXYia")  center center no-repeat;
	width: 18px;
	height: 18px;
}

td.down {
	background: url("https://my-cdn.at/PuyHob98LS8d941hZu4vpZUkIEFABFRpSV1j9UjaAzI")  center center no-repeat;
	width: 18px;
	height: 18px;
}

small {
	font-size: 85%;
}

@media print {
	.hsWahl, .floatinginfothingy {
		display: none;
	}
	#uniName {
		font-size: 2em;
	}
	#main {
		background: white;
	}
	tr.odd, tr.odd td {
		background-color: rgba(13, 135, 190, 0.05);
	}
}

#no-charts {
    padding: 20px;
}

