/*
File: includes/palref.css
Ver 1.04 5/14/2020, moved flowcol classes to palweb
Ver 1.03 5/12/2020 - removed code duplicated in palweb.css
Ver 1.02 4/22/2020 - copied most changes from palweb.css, edit as needed
Ver 1.01 4/20/2020 - added small text class for footer
Ver 1.00 4/17/2020 - created
Styling unique to Palindromedary reference book. Follows palweb.css.
*/

body {
	text-align: left;
	font-family: "Georgia", serif; /* Times New Roman */
	font-size: 1em;
	color: #000;
	margin-left: 2em;
	background: #fff
}

hr {height:2px; background-color: gray}

li {line-height: 2em} /* room to touch on mobile devices */

.toc_links {}
.h2_toc, .h3_toc, .h4_toc {
	display: inline-block;
	margin: 1em 2.5em;
}

/* btn_blok, width makes buttons uniform, no width made them irregular */
.btn_blok {
	display: inline-block;
	margin: 1em;
	width: 90px;
	font-size: 1.2em;
	font-family: "Verdana", sans-serif
}
.btn_nav {
	display: inline-block;
	margin: 0.25em;
	font-size: 1.2em;
	font-family: "Verdana", sans-serif
}
.nav_current_page {
	display: inline-block;
	background-color: #ddd;
	text-align: center;
	padding: 6px;
	border-radius: 20%; -moz-border-radius: 20%; -webkit-border-radius: 20%;
	font-size: 1.2em;
	font-family: "Verdana", sans-serif
}
@media screen and (max-width: 770px) {
	.btn_nav, .nav_current_page {
		 margin: 0.15em;
		font-size: 0.8em
	}
}
