body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Muli', sans-serif;
}

h1,
p {
	margin-bottom: 10px;
	color: black;
}

.aside-text {
	color: rgb(108, 117, 125);
	font-weight: 500;
	font-size: 0.7em;
}

img {
	min-width: 25px;
	max-width: 100px;
	height: auto;
}

#resize {
	display: flex;
	width: 10px;
	background-color: rgb(149, 149, 149);
	order: 1;
	align-items: center;
}

#resize > img {
	width: 10px;
	height: 10px;
}

.aside {
	display: block;
	padding: 10px 5px;
	order: 0;
	flex: 1 0 100px;
}

.hidden {
	display: none;
	opacity: 0;
}

#map {
	order: 1;
	flex: 5;
}

.column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.vote-turnout {
	margin-bottom: 15px;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.centred {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.centre {
	text-align: center;
}

p {
	margin: 5px 5px;
	text-align: center;
	padding: 0;
	color: black;
}

.line-divider {
	z-index: 5;
	width: 2px;
	background-color: rgba(108, 117, 125, 0.2);
}

.viz-elected {
	width: 100%;
	height: 120px;
}

.viz-non-elected {
	width: 100%;
	height: 120px;
}


.chart {
	position: relative;
}

.viz-office,
.viz-nominated {
	height: 50px;
}

.result-table {
	font-family: 'Muli', sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.result-table td,
.result-table th {
	border: 1px solid #ddd;
	padding: 8px;
}

.result-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.result-table th {
	padding: 10px 5px;
	text-align: center;
	background-color: #4CAF50;
	color: white;
	font-weight: 600;
}

.result-table .count {
	font-size: 0.8em;
	bottom: 0;
	padding: 0 2px 0 2px;
	 !important
}

.cell {
	stroke: rgba(0, 0, 0, 0.54);
	stroke-width: 1;
}

.hover {
	stroke: rgba(0, 0, 0, 1);
	stroke-width: 5;

}

#hidden_div {
	width: 150px;
	height: 80px;
	background-color: white;
}

.tooltip {
	width: 130px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.91);
	z-index: 9999;
	position: absolute;
	display: flex;
	border-radius: 5px;
	flex-direction: column;
	justify-content: space-around;
}

.tooltip > * {
	font-size: 0.8em;
}

.tooltip-candidates {
	font-weight: 800;
}

.tooltip-party {
	font-weight: 0.9em;
}

.tooltip-wardName,
.tooltip-office {
	font-size: 0.6em;
}
