/*legend {*/
/*	font-size: 1rem;*/
/*}*/

#heat-thermal-map {
	height: 800px;
}

.lga-label {
	text-align: center;
}

.graph-wrapper {
	height: 400px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ced4da;
}

.graph-wrapper:last-child {
	border-top: 0 none;
}

.image-placeholder {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.graph-wrapper a {
	position: relative;
}

.graph-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
}

.modal-body.well {
	padding: 30px;
}

.graph-label {
	position: absolute;
	top: 0;
	margin: 0.5rem;
	padding: 0.25rem 0.5rem;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.8;
}

.legend {
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	border-radius: 5px;
}

.legend h6 {
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px;
}

#legend-colours .legend-row {
	display: flex;
	margin-top: 3px;
	font-size: 11px;
	line-height: 16px;
}

#legend-colours .colour {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 3px;
}
