html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e0e0e0;
	text-align: left;
}

canvas {
}

.sensor_data {
	font-size: 16px;
	float: right;
	margin-right: 5px;

	border-left: 1px solid black;
	padding-left: 4px;
	width: 50px;
}

.graph {
	border: 1px solid green;
	background: #90af90;

	width: 100%;
	height: 100%;
}

.graph_container {
	max-width: 94%;
	max-height: 100%;
	margin: 3%;
	margin-top: 20px;
	margin-bottom: 36px;

	box-shadow: 1px 1px 6px #303030;

	border-radius: 5px 5px 0 0;

	background: rgb(128,128,128);
}

.titlebar {
	border-radius: 5px 5px 0 0;

	width: 100%;
	height: 13px;
	background: #c0c0c0;
	border-bottom: 1px solid black;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
	text-align: center;
	color: black;
}

.subtitle_conteiner {
	display: inline-block;
}

.subtitle_check {
	border: 1px solid black;
	background: white;
	width: 12px;
	height: 12px;
	display: inline-block;

	cursor: pointer;

	margin-left: 16px;
}

.subtitle_zoom {
	background: transparent;
	width: 30px;
	height: 15px;

	display: inline-block;

	margin-right: 4px;
	float: right;

	cursor: pointer;
}

.subtitle {
	display: inline-block;
}

.main_column {
	width: 50%;
	height: 100%;
	float: left;
	background: #e0e0e0;
}

.auxiliar_column {
	width: 25%;
	height: 100%;
	float: left;
	background: #e0e0e0;
}

.medium_column {
	width: 25%;
	height: 100%;
	float: left;
	background: #e0e0e0;
}

.led {
	background-image: url(/static/images/led.png);
	margin-left: 4px;
	float: left;
	width: 10px;
	height: 10px;
	background-color: red;
}
