#weather table{
 display:table; 
 width:180px !important;
 border-left: silver 1px solid;
 border-top: silver 1px solid; 
}

#weather td {
 background-color: white;
 border-right: silver 1px solid;
 border-bottom: silver 1px solid; 
 padding: 1px;
 font-size: 8pt;
 background-color: #EBEBEB;
 line-height: 150%;
}

.aktcelsius {
 font-size:18pt;
 font-weight:bold;
}

.icon {
 margin-right: 5px;
}

.min {
	color: rgb(0,0,127);
	font-weight: bold;
}

.max {
	color: rgb(127,0,0);
	font-weight: bold;
}

.weather_datum{
	font-size: 7pt !important;
}
