@media only screen and (min-width: 320px)  {
	.boxed_list .boxed_item .weatherForecastDestinationSelect { width: 280px; }
	.boxed_list .boxed_item.weatherForecastDestinationBox { padding: 10px 12px 5px 12px; width: 280px; text-align: center; }
	.boxed_list .boxed_item.weatherForecastDaysBox { padding: 5px 12px 15px 12px; }
	.boxed_list .boxed_item.weatherForecastRequestButton { padding: 7px 12px 5px 12px; }
}

@media only screen and (min-width: 480px)  {
	.boxed_list .boxed_item .weatherForecastDestinationSelect { width: 280px; }
	.boxed_list .boxed_item.weatherForecastDestinationBox { padding: 17px 12px 5px 12px; width: 280px; text-align: center; }
	.boxed_list .boxed_item.weatherForecastDaysBox { padding: 5px 12px 5px 12px; font-size: 90%; height: 60px; }
	.boxed_list .boxed_item.weatherForecastRequestButton { padding: 17px 12px 5px 12px; width: 210px; }
}

@media only screen and (min-width: 768px)  {
	.boxed_list .boxed_item.weatherForecastDaysBox { padding: 5px 12px 5px 12px; font-size: 80%; height: 60px; }
	.boxed_list .boxed_item { height: 40px; }
}

@media only screen and (min-width: 990px)  {
	.boxed_list .boxed_item .weatherForecastDestinationSelect { width: 360px; }
	.boxed_list .boxed_item.weatherForecastDestinationBox { padding: 15px 12px 7px 12px; width: 400px;  text-align: center; }
	.boxed_list .boxed_item.weatherForecastDaysBox { padding: 5px 12px 5px 12px; font-size: 100%; height: 60px; }
	.boxed_list .boxed_item.weatherForecastRequestButton { padding: 17px 12px 5px 36px; width: 230px; }
	.boxed_list .boxed_item { height: 40px; }
}

@media only screen and (min-width: 1200px) {
	.boxed_list .boxed_item .weatherForecastDestinationSelect { width: 360px; }
	.boxed_list .boxed_item.weatherForecastDestinationBox { padding: 15px 12px 7px 12px; width: 400px;  text-align: center; }
	.boxed_list .boxed_item.weatherForecastDaysBox { padding: 5px 12px 5px 12px; font-size: 100%; height: 60px; }
	.boxed_list .boxed_item.weatherForecastRequestButton { padding: 15px 12px 7px 35px; width: 231px; }
	.boxed_list .boxed_item { height: 40px; }
}

