@charset "UTF-8";
/* CSS Document */

.monitoring {
	float: left;
	width: 432px;
	padding-bottom: 20px;
	}
	
.monitoring h3 {
	background-color: #003366;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	}
	
.monitoring_sx {
	background-color: #e8f2fe;
	padding: 5px;
	width: 270px;
	border-top: 1px solid white;
	}
	
.dx_peggio,
.dx_stabile,
.dx_meglio {	
padding: 5px;
	width: 112px;
	border-top: 1px solid white;
	}
	
.dx_peggio {
	background-color: #FF66CC;
	}
	
.dx_stabile {
	background-color: #93bdef;
	}
	
.dx_meglio {
	background-color: #99CC33;
	}