body { 
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 60%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
.divRiverContent {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: inherit;
	}
.divButtonContainer {
	margin-left: 50px;
	margin-bottom: 15px;
	}
.divSignedOn, divNotSignedOn {
	display: none;
	}
.aSignOffLink {
	cursor: pointer;
	}
.iTabIcon {
	margin-right: .4em;
	opacity: .8;
	}

.divRiverPageTop {
	width: 650px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
.divRiverPageTop .divProductTitle {
	font-family: "Oswald";
	font-size: 42px;
	line-height: 1.3em;
	letter-spacing: -2px;
	}
.divRiverPageTop .divProductTitle a {
	color: black;
	cursor: pointer;
	text-decoration: none;
	}
.divRiverPageTop .divNameAndTagline {
	}
.spLikes, .spShareButton {
	display: none;
	}
.divRiverInTab {
	padding-left: 0;
	}


/* 10/26/22 by DW */
	.divRiverDisplay {
		margin-top: -10px;
		margin-left: 30px; 
		}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { /* styles for tablet */
	.divPageBody {
		width: 98%;
		}
	}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* styles for phone */
	.divPageBody {
		width: 98%;
		margin-top: 5px !important;
		font-size: 14px;
		}
	.divRiverContent {
		width: 370px;
		}
	.divRiverDisplay {
		margin-left: 25px !important;
		width: 325px;
		}
	.divRiverPageTop { /* 10/28/25 by DW */
		width: 100%;
		}
	.divOpmlLink {
		display: none;
		}
	}
