
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

body {
	margin: 0; padding: 0;
}
section {
	margin: 0 auto;
	max-width: 800px;
	
	/* font-family: Inter,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; */
	
	margin-top: 100px;
	
	/*
	font-size: 1.2rem;
	line-height: 1.5;
	line-height: 19px;
	*/
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .75px;
	/*text-shadow: 1px 1px 3px #999;*/
	font-family: 'Work Sans', serif, sans-serif;
	text-indent: 1.5em;
}

body.index {
	display: block;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	max-width: none;
	font-family: Sans-Serif;
}

.outerPage {
	display: flex;
	flex-direction: row;
	width: 100%; height: 100%;
	overflow: hidden;
}
.chapterList {
	width: 350px;
	overflow: auto;
}
.chapterList ul {
	list-style-type: none;
	margin: 0; padding: 10px 0 0 10px;
}
.chapterList ul li {
	padding: 3px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	cursor: pointer;
	
	/*
	padding-right: 10px;
	text-align: right;
	*/
}
li.selected {
	background-color: #EEE;
}
li.selected .chapterButton {
	text-shadow: 1px 1px 3px #999;
}
.chapterButton {
}

#pageFrame {
	flex-grow: 1;
	border: none; margin: 0; padding: 0;
}



audio {
	position: fixed;
	top: 0; left: 0; right: 0;
	
	width: 100%; height: 40px;
}
