<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu_forecast_day {
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.menu_forecast_day ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 74px;
}
.menu_forecast_day ul li{
	list-style: none;
	margin: 0;
	padding: 0;
    display: inline-block;
}
.menu_forecast_day a{
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: #7D7D7D;
	padding: 3px;
	margin-right: 0;
	background-color: #F8F8F8;
	border-top: 5px solid #F2F2F2;
	width: 56px;
}
.menu_forecast_day a .day_label{
	font-size: 14px;    
	font-weight: 300;
	padding: 3px 0 0 0;
    margin: 0;
    line-height: normal;
	font-weight: 400;
}
.menu_forecast_day a .day_number{
	font-size: 21px;
	font-weight: 400;
	padding: 0;
    margin: 0;
    line-height: normal;
}
.menu_forecast_day a .month{
	font-size: 12px;
	font-weight: 300;
	padding: 0 0 3px 0;
    margin: 0;
    line-height: normal;
}
.menu_forecast_day a.item_selected{
	color: #474747;
	background-color: #FFFFFF;
	border-top: 5px solid #2958BD;
}
.menu_forecast_day a:hover{
	color: #474747;
	background-color: #FFFFFF;
}

@media (min-width: 768px) {
.menu_forecast_day {
	overflow-x: hidden;
}
}</pre></body></html>