/* CSS Document */

.meteo_time{ display:table; width:100%; text-align:center}

.meteo_time > .label-1{ display:table-cell; background:#92bad0; min-width:60px;  line-height:24px;  color:#000000;}
.meteo_time .label-1 span{ text-decoration:underline}
.meteo_time .meteo-result{  display:table-cell; background:#a2c5d8; min-width:60px; line-height:24px; padding:0 5px; }
.meteo_time .time-result{  display:table-cell; line-height:24px; min-width:150px; background:#bbd4e2; }
.meteo_time .temp-result{  display:table-cell; line-height:24px; min-width:60px; background:#c8dde8;  }


.meteo-image{
	font-size:16px;color:#616161;
	transition: color 0.2s ease-in-out 0s;
}

.meteo-image:hover{
	
	color: #005181

}