
/* Statistic Display */
table#statistic{
    border:1;
}
table#statistic tr.rain{
	background-color: blue;
	color: white;
}
table#statistic tr.temp{
	background-color: red;
	color: white;
}
table#statistic tr.press{
	background-color: cyan;
}
table#statistic tr.humid{
	background-color: orange;
}
table#statistic tr.volt{	
	background-color: #fffeee;
}