.divPostListContainer {
	width: 620px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	}
.divFeedItemContainer {
	font-family: "Ubuntu";
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 2px 2px 2px silver;
	}
.divFeedItemContainer table {
	margin-right: 10px;
	margin-bottom: 5px;
	}
.divFeedItemTopLine {
	margin-bottom: 5px;
	}
.spFeedItemAuthorName {
	font-weight: bold;
	cursor: pointer;
	}
.spFeedItemAuthorName a {
	font-size: .9em;
	color: black;
	}
.spFeedItemWhen {
	font-size: .9em;
	font-style: italic;
	margin-left: 3px;
	}
.spFeedItemWhen a {
	color: inherit;
	}
.divFeedItemWhen {
	font-size: .9em;
	font-style: italic;
	}
.divFeedItemBody {
	max-height: 200px;
	overflow: clip;
	padding: 4px;
	padding-left: 0;
	margin-bottom: 5px;
	}
.divFeedItemBody img {
	max-width: 90%;
	margin-top: 3px;
	}
.tdIconInFeed {
	vertical-align: top;
	min-width: 48px;
	}
.tdTextInFeed {
	vertical-align: top;
	width: 100%;
	padding-left: 8px;
	line-height: 120%;
	}
.divUserIcon {
	border: 1px solid gainsboro;
	padding: 3px;
	}
.divFeedItemBottomLine {
	display: table-row;
	}
.divFeedItemBottomLine .spThumb {
	}
.divFeedItemBottomLine .spMoreButton {
	}
.divFeedItemBottomLine .spDataButton {
	}
.divFeedItemBottomLine .spEnclosureButton {
	}
.divFeedItemBottomLine .spBottomLineSegment {
	display: table-cell;
	font-size: 14px;
	cursor: pointer;
	padding-top: 10px;
	height: 1.2em;
	width: 100px;
	}

.divSingularItem .aLink {
	margin-left: .3em;
	}
.spMoreButtonDisabled {
	opacity: 0.2;
	}
