table.meteo {
	color: black;
	border: 1px solid black;
	width: 100%;
}
tr.meteo{
	background-color: #85e0e0;
}

div.meteo {
  margin: auto;
  width: 100%;
  text-align: center;
}

a.meteo {
	text-decoration: underline;
	color: #000000;
}


div.preallerta {
  margin: auto;
  width: 75%;
  border: 3px solid #f1c616;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

div.preallertaimg {
  margin: auto;
  width: 80%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #4e5754;
}

table.preallerta {
	max-width: 100%;
	border-collapse: separate;
	border: solid 1px #6b6b6b;
	background-color: #bbeebb;
	border-radius: 10px;
	
}

table.verde {
	max-width: 100%;
	border-collapse: separate;
	border: solid 1px #6b6b6b;
	background-color: #bbeebb;
	border-radius: 10px;
	
}

div.verdeimg {
  margin: auto;
  width: 80%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #4e5754;
}