div{
	/* margin:2px; */
}

.feed{
	/* border: solid thin black; */
}

.feed-description{
	/* border: solid thin gray; */
}

.feed-copyright{
	/* border: solid thin red; */
}

.feed-postList{
	/* border: solid thin aqua; */
}

.feed-post{
	/* border: solid thin orange; */
	margin-bottom:40px;
}

.feed-postTitle{
	/* border:solid thin yellow; */
}

.feed-postAuthor{
	/* border: solid thin green; */
}

.feed-postSummary{
	/* border: solid thin lightblue; */
}

.feed-postImageContainer{
	/* border: solid thin lime; */
}

.feed-postImage{
	/* border: solid thin blue; */
	max-width: 400px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.feed-postCategoryList{
	/* border: solid thin purple; */
}

.feed-postCategory{
	/* border:solid thin violet; */
}

.feed-postLink{
	/* border:solid thin lightgreen; */
}

.feed-postDate{
	/* border:solid thin pink; */
	margin-bottom: 5px;
}

h4{
	margin-bottom:5px;
}

