
html{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

body{
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: black;
	padding: 0px;
	margin: 0px;
	color: white;
}


.status-ok{
	background:#309055;
 }
 .status-warning{
	 background:#DD962D
 }
 
 .status-stop{
	 background:#B73E40;
 }