#mqtt-title {
	font-size: 40px; 
	font-weight: bold; 
	padding: 10px 10px 10px 0px; 
	float: left;
}
#historia-panel {
	background-color: silver; 
	min-height: 250px; 
	font-size: 22px; 
}
#alarm-off {
	width: 80px;
}
#warning-msg {
	float: left; 
	color: red; 
	font-size: 20px; 
	text-indent: 60px;
}
input[type=text], input[type=password], select {
	padding: 3px;
	margin: 3px 0;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #758464 #c5ccbc #c5ccbc #758464;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 50px;
}
input[type=submit] {
	width: 100%;
	padding: 3px 15px;
	margin: 3px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 50px;
}
button {
	font-size: 50px;
}
body {
	background-color: #92a281;
	color: #252b1d;
	font-size: 30px;
}