.background{
	width: 100%;
	margin: auto;
	background-color:#e1e1e1;
}

.text_figs{
    width: 900px;
    border: 1px solid black;
    padding: 20px;
    margin:auto;
    margin-top:20px;
    background-color: #efefef;
}

.text_figs p{
	/*font-family:'LatinModernSans10Regular', Arial, sans-serif;*/
	font-family:'CrimsonText-Regular', Arial, sans-serif;
	font-size:17px;
	text-align:justify;
	/*padding:5px; 50px 5px 50px;*/
	margin:20px 20px 20px 20px;
}

.gap_top{
height:30px;
}

.gap{
height:23px;
}

.center {
	/*display:inline;*/
	text-align:center;
	margin: auto;
}

.float_left{
	float:left;
	margin-right:10px;
}
.float_right{
	float:right;
	margin-left:10px;
}
.tiles{
	margin:auto;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.tiles img{
	vertical-align: top;
    display: inline-block;
    zoom: 1;
 }
.stretch{
	width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.border {
	border:1px solid #000;
}

.caption, .caption_right, .caption_left{font-size: 14px;}
.caption_left{text-align: left;}
.caption_right{text-align: right;}

.line, .line_top{
	width: 80%;
	border: none;
	height: 1px;
	background: #000;
}

.line{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.line_top{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#666;
}

.title {
	text-align:center;
	font-size:36px;
	font-family: 'CrimsonText-Regular', serif;
	/*font-family:'TitilliumText22LRegular',Arial, sans-serif;*/
}

.subtitle{
    text-align:center;
	font-size:22px;
	font-family: 'CrimsonText-Regular', serif;
	/*font-family:'TitilliumText22LRegular',Arial, sans-serif;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.poem{
	/*font-family:'LatinModernSans10Regular', Arial, sans-serif;*/
	font-family: 'CrimsonText-Regular', serif;
	text-align:left;
	font-size:17px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	border: solid 0.5px;
	background-color: #f1f1f1;	
	width: 350px;
}

.poem .title{
	text-align: center;
	font-size: 23px;
	margin-bottom: 20px;
}

.rant{
	/*font-family:'LatinModernSans10Regular', Arial, sans-serif;*/
	font-family: 'CrimsonText-Regular', serif;
	text-align: justify;
	font-size:17px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	border: solid 0.5px;
	background-color: #f1f1f1;
	width: 770px;
}

.rant .title{
	text-align: center;
	font-size: 23px;
	margin-bottom: 20px;
}

.rant .sub_title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.rant .section_title{
	text-align: left;
	font-style: italic;
	font-size: 19px;
	margin-top: 20px;
}

.rant p{
	margin: auto;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.section_break{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section_break_image{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.line_tile{
background-image:url(../content/line_02.png);
margin:auto;
border:none;
display:block;
max-width: 100%;
/*height: 11px;*/
/*width:730px;
height:19px;*/
}

.quote_credit{
text-align: right;
margin-right: 50px;
}

/*.MathJax {
font-size: 20px;
}*/

.math_text{
	text-align: justify;
	font-size:17px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	border: solid 0.5px;
	background-color: #f1f1f1;
	width: 770px;

}

.math_text .title{
	text-align: center;
	font-size: 23px;
	margin-bottom: 20px;
}

.math_text .section_title{
	text-align: left;
	font-style: italic;
	font-size: 19px;
	margin-top: 20px;
}

.math_text .sub_section_title{
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
}

.math_text p{
	font-family: 'CrimsonText-Regular', serif;
	font-size:17px;
	margin: auto;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.math_text .eqn_box_container{	
	display: flex;
	justify-content: center;
	align-items: center;
}
.math_text .eqn_box{
	background-color: #f9f9f9;
	border: solid 0.5px;
	padding: 0px;
	padding-right: 30px;
	margin: auto;
	text-align: center;
	display: inline-block;
}

.clear{
	clear: both;
}