.feedWrapper {
	width: 255px;
	height: 150px;
	background: url(../images/snowreport-bg.jpg) no-repeat center center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px;
}

#insideWrapper {
	margin-left: 55px;
	padding-top: 15px;
}

.snowReportHeading {
	color: #6699cc;
	font-weight: bold;
	font-size: 21px;
}

.date {
	color: gray;
	font-size: 11px;
}

#feedElement {
	margin-top: 7px;
	float: left;
	width: 90px;
	margin-right: 10px;
}

.figureHeading {
	color: gray;
	border-bottom: thin solid gray;
	font-size: 13px;
	font-weight: bold;
}

.figure {
	font-size: 22px;
	font-weight: bold;
	color: #6699cc;
	line-height: 40px;
}

