.meteo{
	width:100%;
	height:auto;
	background-color:#EEE;
	font-size:12px;
	line-height: 16px;
	text-align:left;
}
.title{
	background-color:#1657AB;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	width:96%;
	padding:1% 2%;
}
.meteo .days{
}
.meteo .days .day{
	float:left;
	width:18%;
	padding:1%;
}

.meteo .days .day:first-child{
	float:none;
	width:90%;
}
.meteo .days .day .image{
	background-size:contain;
	background-repeat: no-repeat;
	background-color:#FFF;
	width:70%;
	border:1px solid #000;
}
.meteo .days .day:first-child .image{
	float:left;
	width:18%;
}
.meteo .days .day:first-child .information{
	float:left;
	margin-left:20px;
}

@media all and (max-width: 650px) {
	.meteo .days .day{
		width:31%;
	}
	.meteo .days .day:first-child{
		float:left;
		width:31%;
	}
	.meteo .days .day .image{
		width:70%;
	}
	.meteo .days .day:first-child .image{
		float:none;
		width:70%;
	}
	.meteo .days .day:first-child .information{
		float:none;
		margin-left:0px;
	}
}
