#meteo {
	width: 100% !important;
	overflow-x: scroll;
}

#meteo table {
	word-wrap: none !important;
	width: 100% !important;
}

#meteo thead {
	background: #38ba9d;
	color: #FFF;
}

#meteo td {
	border: 1px solid #DDD;
	padding: 0.5em;
	text-align: center !important;
}

#meteo tr.reco td {
	background-color: #38ba9d4D !important;
}