﻿body {
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color:  #fff8c6; 
	font-size: 1.0em ;
}
hr {
	color: #684712;
}
h1 {color: #ce5e74;
	font-family: 'Times New Roman';
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h2 { 
	font-family:'Times New Roman';
	color: #ce5e74; 
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h3 {
	font-family:'Times New Roman';
	color: #661c00; 
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
div.book-title {
	font-family:'Times New Roman';
	color: #c0c0c0; 
	text-align:center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	background: #990099; 
}
p { 
	font-size: 1.1em ;
	hyphens: none ;
	text-indent: 1.8em ;
}
.small {
	font-size: 0.9em ;
	hyphens: none ;
}
.center {
	text-align: center;
	text-indent: 0.0em ;
}
.center-color {
	text-align: center;
	color: #400080;
	font-size: 1.0em ;
	text-indent: 0.0em ;
}
.left {
	text-align: left;
	text-indent: 0.0em ;
}
.no-tb-margins {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
.bold-c {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 1.1em;
	text-indent: 0.0em ;
}	
a:hover { 
	color: #ffffff ;
	text-shadow: 1px 1px 1px #2a381a;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	text-align: center;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color: #fff8c6 ;
	grid-gap: 2px;
	padding: 6px;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
div { 
          margin: 2px; 
} 
{
	  box-sizing: border-box;
	}

	.flex-chap15-container {
	  display: flex;
	  flex-direction: row;
	  font-size: 1.1em ;
	  text-align: center;
	}
	.flex-chap151 {
	  background-color: #fff8c6;
	  padding: 3px;
	  flex: 10%;
	}
	.flex-chap152 {
	  background-color: #fff8c6;
	  padding: 3px;
	  flex: 10%;
	}
	.flex-chap153 {
	  background-color: #fff8c6;
	  padding: 3px;
	  flex: 10%;
	}
	
	.flex-chap22-container {
	  display: flex;
	  flex-direction: row;
	  font-size: 1.1em ;
	  	 text-align: center;
	}
	.flex-chap221 {
	  background-color: #fff8c6;
	  padding: 3px;
	  flex: 10%;
	}
	.flex-chap222 {
	  background-color: #fff8c6;
	  padding: 3px;
	  flex: 10%;
	}

		
	@media (max-width: 650px) {
		.flex-container {
		flex-direction: column;
		}
	}