@charset "utf-8";

#u12517{
	background-color: transparent
}

.weather_container{
	max-width:908px; width:100%;  margin:0px auto;
}

.weather_day{
	text-align:center; font-family: 'Montserrat', sans-serif; width:20%; float:left; color:#FFF;
}

.weather_degree{
	font-size:24px; font-weight:bold;
}

.weather_date{
	margin-top:8px; line-height:22px; font-size:18px; font-weight:400;
}

@media screen and (max-width: 824px) {
	.weather_day:nth-child(5n) {
		display:none;
	}
	.weather_day{
		width:25%;
	}
}

@media screen and (max-width: 480px) {
	.weather_day:nth-child(4n) ,.weather_day:nth-child(3n) {
		display:none;
	}	
	.weather_day{
		width:50%;
	}
}	

#u900-bw {
	min-height: 558px
}