.actual TD {
  border: thin solid #000000;
}


.header1 {
  color:#000000;
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  margin-bottom: 20px;
}

.span_datum {
  color:#000000;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
}

.header2 {
  color:#A8B8C8;
  background-color: #000000;
  font-size: larger;
  font-weight: bold;
  font-family: Verdana;
}

.act_temp{
  font-size: 24px;
  font-family: Verdana;
  color: #FF0000;
  font-weight: bolder;
}

td.act_temp_value{
  font-size: 24px;
  font-family: Verdana;
  color: #FF0000;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_hum{
  font-size: 24px;
  font-family: Verdana;
  color: #FFFF00;
  font-weight: bolder; 
}

td.act_hum_value{
  font-size: 24px;
  font-family: Verdana;
  color: #FFFF00;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_wind{
  font-size: 24px;
  font-family: Verdana;
  color: 	#008000;
  font-weight: bolder;
}

td.act_wind_value{
  font-size: 24px;
  font-family: Verdana;
  color: 	#008000;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_wind2{
  font-size: 13px;
  font-family: Verdana;
  color: 	#008000;
  font-weight: bold;
}

.act_press{
  font-size: 24px;
  font-family: Verdana;
  color: 	#FFFFFF;
  font-weight: bolder;
}

td.act_press_value{
  font-size: 24px;
  font-family: Verdana;
  color: 	#FFFFFF;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_solar{
  font-size: 24px;
  font-family: Verdana;
  color: #FFFF00;
  font-weight: bolder; 
}

td.act_solar_value{
  font-size: 24px;
  font-family: Verdana;
  color: #FFFF00;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_rain{
  font-size: 24px;
  font-family: Verdana;
  color: #0000FF;
  font-weight: bolder;
}

td.act_rain_value{
  font-size: 24px;
  font-family: Verdana;
  color: #0000FF;
  font-weight: bolder;
  border-style: none;
  text-align: center;
}

.act_rain2{
  font-size: 13px;
  font-family: Verdana;
  color: #0000FF;
  font-weight: bold;
}

.extrem{
  color:#000000;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bolder;
  line-height:	12px;
}

.act_soil{
  font-size: 24px;
  font-family: Verdana;
  color: #AB6810;
  font-weight: bolder;
}

td.act_soil_value{
  font-size: 24px;
  font-family: Verdana;
  color: #AB6810;
  font-weight: bolder;
   border-style: none;
  text-align: center;
}


table.tab_soil {

 border-collapse:collapse;
 
}

.tab_soil td{
  font-size: 13px;
  font-family: Verdana;
  color: 	#AB6810;
  font-weight: bold;
  border: 1 px solid black;
   padding:3px;
}

img.chart_icon{
 border:0px;
}

