.meteo_weather-xml {
	position: relative; 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	color: white;
	font-family: 'Open Sans', arial, helvetica, sans-serif;	
	font-variant: normal;
	font-weight: 600;
	font-size: 12px; 
	line-height: 1;
 	background-color:#0082bc;
	margin-bottom: 20px;
}
.forecast-group {
	width: calc(100% - 90px);
	position: relative; 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;	
}

.forecast-header {
	display: block;
	flex: 0 0 90px;
	padding: 11px;
	opacity: .5;
}

.forecast-header .label-top {
	margin-top: 25px;
}

.forecast-header .label-bottom {
	margin-top: 95px;
}

.forecast {
	flex-grow: 1;
	display: block;
	xwidth: 8.3%;
	border-left: 1px dashed #008dcb;
	text-align: center;
	padding: 11px;
}

.forecast .day {
	display: block;
	xwidth: 55px;
	text-align: center;
	vertical-align:baseline;
}

.forecast .day-title {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	opacity: .5;
}

.forecast .temperature {
	font-size: 14px;
}

.forecast .wind-percipitation {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.icon img {
	width: 46px;
}

.icon.wind img {
	width: 18px;
	vertical-align:text-bottom;
}