body {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.outtag {
	width: 40px;
	text-align: center;
	border-radius: 4px;
	margin-top: 20px;
	background-color: lightsalmon;
	font-weight: bold;
}
.outlabel {
	color: cornflowerblue;
	background-color: azure;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: bold;
}
.biglabel {
	color: cornflowerblue;
	background-color: azure;
	border-radius: 4px;
	padding: 2px;
	font-weight: bold;
}
.chartouttag {
	width:120px;
	text-align: center;
	border-radius: 4px;
	background-color: lightsalmon;
	font-weight: bold;
}
.datetimetag {
	width:150px;
	text-align: center;
	border-radius: 4px;
	background-color: lightsalmon;
	font-weight: bold;
}

.chartdiv {
	border-width: 2px;
	border-color: black;
	border-style: inset;
}

.borders {
	border: 2px; 
	border-color: black; 
	border-style: solid ;
}

.bigdiv {
	border: 2px; 
	border-color: black; 
	border-style: solid ;
	background-color: cornsilk;
}

/*
*/
.powerdiv {
	border: 2px; 
	border-color: black; 
	border-style: solid ;
	background-color: cornsilk;
	display:flex; 
	flex-wrap: wrap; 
	width: 100%; 
	padding-bottom: 1%;
	background-repeat: no-repeat; 
	background-size: 100% 100% ;
	opacity: 100%;
}

.smallgauge {
	height: 80px;
	padding-top: 1%;
	opacity: 100%;
}
