.divRiverContainer {
	margin-top: 0;
	}
.divRiverDisplay {
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
.divEnclosedImage {
	width: 600px;
	padding-left: 25px;
	padding-right: 25px;
	}

.divRiverDisplay a {
	color: #1E68A6;
	}

.divRiverSection {
	padding-top: 8px;
	border-top: 1px solid #bbb; 
	margin-bottom: 40px;
	}
.divRiverSection .divSectionHeader {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 7px;
	}
.divRiverSection .spFeedTitle {
	float: left;
	padding: 0 8px 0 0;
	margin: -17px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	background: whitesmoke;
	}
.divRiverSection .spFeedPubDate {
	float: right;
	padding: 0 0 0 8px;
	margin: -17px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	background: whitesmoke;
	cursor: pointer;
	}

.divRiverItem {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 2px dotted gainsboro; /* borders -- 7/12/22 by DW */
	}
.itemHightlighted {
	cursor: pointer;
	background-color: whitesmoke;
	}
.divRiverItemBody {
	max-height: 200;
	overflow: hidden;
	}
.divRiverItemBody a {
	}
.divRiverItemFooter {
	margin-top: 10px;
	font-size: 13px;
	opacity: 0.75;
	height: 20px;
	}
.divRiverItemFooter .spLowerLeftStuff {
	float: left;
	}
.divRiverItemFooter .spRiverItemPermalink {
	float: right;
	line-height: 100%; /* 11/26/23 by DW */
	}
.divRiverItemFooter .spRiverItemPermalink a {
	color: black;
	cursor: pointer;
	}
.divRiverItemFooter .spLikes {
	cursor: pointer;
	margin-right: 15px;
	}
.divRiverItemFooter .spLikeCount {
	margin-left: 3px;
	}
.divRiverItemFooter .popover-content {
	color: black;
	opacity: 1;
	}
.divRiverItemFooter .spDataButton {
	margin-right: 15px;
	cursor: pointer;
	}
.divRiverItemFooter .spThumb {
	display: none; /* temporarily turned off */
	}
.divRiverItemFooter .spEnclosureButton {
	margin-right: 15px;
	}
.divRiverItemFooter .spEnclosureButtonDisabled {
	opacity: 0.6;
	}
.divRiverItemFooter .spShareButton {
	margin-right: 15px;
	}
.divRiverItemFooter .spDocButton {
	margin-right: 15px;
	}
.divRiverItemFooter .spDocButton a {
	color: inherit;
	}
.divRiverItemFooter .spBookmarkButton {
	margin-right: 15px;
	}
.divRiverItemFooter .spTrashIcon {
	margin-right: 15px;
	}
.divRiverItemFooter .spTrashIconDisabled {
	opacity: 0.6;
	}
.divRiverItemFooter .spPopupMenu {
	display: none;
	float: right;
	font-size: 1.5em;
	padding-right: 3px;
	color: #1E68A6;
	}
.divRiverItemFooter .popupIcon {
	cursor: pointer;
	}
.spPopupMenu .btn {
	padding: 0;
	padding-top: 3px;
	padding-right: 5px;
	border: none;
	background-color: inherit;
	background-image: none;
	}
.spPopupMenu .dropdown-menu {
	font-size: 14px;
	color: black;
	}

.divRiverItem .divMoreButton {
	font-size: 15px;
	padding-top: 1px;
	text-align: center;
	display: none;
	}
.divMoreButtonDisabled {
	display: none;
	}
.bodyTruncated {
	border-bottom: 1px solid gainsboro;
	}

.imgFavIcon {
	position: relative;
	top: -1px;
	float: left;
	height: 16px;
	width: 16px;
	
	margin-top: 0;
	margin-left: -22px;
	margin-bottom: 0;
	margin-right: 6px;
	
	border: 0;
	vertical-align: middle;
	}

.divOneCategoryRiverDisplayContainer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.divRiverContent {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	}

/* tightening up the river display -- 9/10/22 by DW */
	.divRiverTabs {
		font-size: 16px;
		}
	.divRiverInTab {
		padding-left: 15px;
		border: 1px solid silver;
		min-height: 1000px;
		
		outline-color: rgb(28, 30, 33);
		outline-style: none;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.5) 0px 0px 0px 1px inset;
		box-sizing: content-box;
		
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		}
	.divRiverItem {
		padding: 0;
		border: none;
		}
	.divRiverInTab .divRiverDisplay {
		margin-top: -5px;
		}
	.divRiverTabs li {
		min-width: 70px;
		}
	.divRiverTabs .nav-tabs > .active > a {
		border-top: 1px solid silver;
		border-left: 1px solid silver;
		border-right: 1px solid silver;
		}
	.divRiverInTab .divTitledItem .divTitle {
		color: #5C7991;
		font-size: 18px;
		line-height: 125%;
		}
	.divRiverInTab .divTitledItem .divTitledItemBody {
		font-size: 16px;
		line-height: 140%;
		}
	.divRiverItem .divMoreButton {
		text-align: right;
		font-size: 13px;
		opacity: 0.8;
		}
	.divRiverItem .divMoreButton .spMoreWord {
		display: none;
		}

/* viewing items on their own -- 11/10/22 by DW */
	.divNewsItemContainer {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 400px;
		padding-top: 20px;
		font-size: 18px;
		}
	.divTopline {
		margin-bottom: 15px;
		padding-bottom: 3px;
		border-bottom: 1px solid silver;
		}
	.divBottomline {
		margin-top: 15px;
		padding-top: 3px;
		border-top: 1px solid silver;
		}
	.divNewsItemContainer .divPubdate {
		float: right;
		}
	.divNewsItemContainer .divFeedlink {
		}
	.divNewsItemContainer .divFeedlink a {
		color: black;
		}
	.divNewsItemContainer .divTitle {
		font-family: "Oswald";
		font-size: 34px;
		letter-spacing: -1px;
		margin-bottom: 25px;
		}
	.divNewsItemContainer .divTitle a {
		color: black;
		}
	
	.divNewsItemContainer .divSingularItem, .divNewsItemContainer .divTitledItem {
		font-size: 18px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		}
	
	

/* markdown adjustments 8/18/23 by DW */
	.divMarkdownGeneratedText li {
		list-style-type: inherit;
		}

/* artcasting -- 11/21/23 by DW */
	.divRiverItemImageEnclosure {
		margin-top: .5em;
		}
	.divNewsItemEnclosureContainer {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		}
	.divNewsItemEnclosureContainer .divInlineImage {
		padding-left: 0px;
		padding-right: 0px;
		border: none;
		}

/* text styles should be for divRiverDisplay, not divRiverInTab -- 12/25/23 by DW */
	.divRiverDisplay .divTitledItem .divTitle {
		font-family: "Ubuntu";
		font-size: 18px;
		line-height: 125%;
		color: #5C7991;
		}
	.divRiverDisplay .divTitledItem .divTitledItemBody {
		font-family: "Ubuntu";
		font-size: 16px;
		line-height: 140%;
		cursor: pointer;
		}
