chart {
	display: block;
	width: 400px;
	height: 200px;
}
#graphDiv {
	position: absolute;
	left: 10%;
	top: 9%;
	opacity: 0.9;
}
#conductivityLabel {
    display:inline;
}
#conductivityValue {
    display:inline;
    margin-left: -4%;
}
/* Fix for Bootstrap 3 with Angular UI Bootstrap */
