body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageTop {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}
.divProductLogo {
	}
.divProductLogo i {
	font-size: 80px;
	margin-top: 22px;
	color: silver;
	}
.spProductTitle {
	font-family: "Oswald";
	font-size: 42px;
	line-height: 1.3em;
	}
.spProductTitle a {
	color: black;
	cursor: pointer;
	text-decoration: none;
	}
.spProductTagline {
	font-size: 16px;
	line-height: 1em;
	}
.divNameAndTagline {
	}
.divPageBody {
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 15px;
	border: 1px solid silver;
	}
.divFeedTitle, .spFeedUpdateTime {
	background-color: white;
	}
.divPageBody p {
	font-family: "Georgia";
	font-size: 18px;
	line-height: 140%;
	}
.divRiverContainer {
	margin-top: 0;
	}
.divRiverDisplay {
	margin-top: 0;
	}
.divPageFooter {
	margin-top: .5em;
	font-family: "Ubuntu";
	font-size: 16px;
	}
.divPageContainer {
	margin-bottom: 400px;
	}
a {
	cursor: pointer;
	}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.divPageTop {
		margin-top: 5px;
		width: 90%;
		margin-left: 8%;
		margin-right: 2%;
		}
	.divPageBody {
		width: 90%;
		border: none;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		background-color: inherit;
		margin-top: 0px;
		margin-bottom: 300px;
		}
	.divFeedTitle, .spFeedUpdateTime {
		background-color: inherit;
		}
	.divRiverSection {
		border-top: 0px;
		}
	.divRiverDisplay {
		width: 90%;
		margin-left: 5%;
		}
	}
