
.feedItem .description {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.feedItem .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}

.feedItem .description img {
	max-width: 25%;
	height: auto !important;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.feedItem .description > p:not(:first-of-type) {
/*	display: none;*/
}

.feedItem .description > ul {
	display: none;
}

.feedItem .description > p > br {
	display: none;
}

.weather {
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hidden {
  display: none;
}

.navbar {
	margin-bottom: 20px;
}