.quotes {
	width: 90%;
	height: 100%;
	margin: 12px auto 50px auto;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.quotes blockquote {
	display: inline-block;
	width: 250px;
	height: 130px;
	margin: 12px;
	padding: 7px 12px;
	/*border: #88a thin solid;*/
	box-shadow: -2px -1px 2px #aaa;
	border-radius: 10px;
	background: white;
	font-size: 90%;
	line-height: 125%;
	white-space: normal;
	overflow-y: auto;
	overflow-x: hidden;
}

.quotes cite {
	display: block;
	margin-top: 5px;
	font-style: normal;
	font-weight: bold;
}

.quotes cite::before {
	content: "- ";
}	

.bible-study-contents {
	width: 65%;
	max-width: 550px;
	margin: 40px auto 60px auto;
	padding: 10px 20px 10px 10px;
	font-family: serif, 'times new roman';
	background: #eed;
	box-shadow: -2px -1px 2px #aaa;
}

.bible-study-contents h2{
	margin: 10px 0 30px 0;
	padding: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	border: none;
}

nav.bible-study-contents ol li {
	list-style-position: outside;
	list-style-type: decimal
	margin: 0;
	padding: 2px 5px;
	font-family: verdana, sans-serif;
}

.bible-study-contents li:hover {
	background: #ccc;
}

.bible-study-contents a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.bible-study-contents {
		width: 300px;
	}
}
