#inaccVis {
	width: 100%;
	max-width: 1000px;
	height: 20px;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
}

#inaccCentre, #inaccMeter {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	height: 100%;
	background-color: black;
	width: 1px;
}

#inaccMeter {
	top: -100%;
	background-color: red;
}
