/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Hide scrollbar for Chrome, Safari and Opera */
#wfw_t2_hours::-webkit-scrollbar {
  /*display: none; !important;*/
}

/* Hide scrollbar for IE, Edge and Firefox */
#wfw_t2_hours {
  /*-ms-overflow-style: none;*/  /* IE and Edge */
  /*scrollbar-width: none;*/   /* Firefox */
}

#wfw_t2_curr_header img
{	
	width: 6%; !important;
}
#wfw_t2_curr_header .sunrise, .sunset, .temp, .wind, .clouds, .humidity, .rain, .snow
{	
	white-space: nowrap; !important;
}
#wfw_t2_curr_header #weather_icon i
{	
	margin: 4%;
	font-size: 65px;
}
#wfw_t2_curr_header #weather_icon img
{	
	margin: 0%;
	width: 30%; !important;
}


#wfw_t2_curr_hourly #columns #column .current_hour
{	
	font-weight: bold;
	color: #1692e4;
}
#wfw_t2_curr_hourly #columns #column #icon img
{	
	width: 50%; !important;
}
#wfw_t2_curr_hourly #columns #column #weather_icon i
{	
	font-size: 25px;
}
#wfw_t2_curr_hourly #columns #column #weather_icon img
{	
	/*width: 100%; !important;*/
}



#wfw_t2_fc_daily #row #weather_icon i
{	
	font-size: 25px;
}
#wfw_t2_fc_daily #row #weather_icon img
{	
	width: 80%; !important;
}