/* This stylesheet is used to style the public view of the widget. */

.forecast-box { 
	background: #F8F8F8; 
	height: 60px;
	box-shadow: 0px 1px 1px -1px #999;
	margin-bottom: 10px; }
	
.forecast-box-content { 
	padding: 11px 15px; 
	}