#full_html h1, #full_html h2, #full_html h3, #full_html h4, #full_html h5 {
	font-family: 'PT Sans', sans-serif!important;
}

#full_html h1 {
	font-size: 1.4rem;
}

#full_html h2 {
	font-size: 1.3rem;
}

#full_html h3 {
	font-size: 1.2rem;
}

#full_html h3.title {
	font-size: 1.1rem;
	font-family: 'PT Sans', sans-serif;
}

#full_html h4.subsection-title {
	font-size: 1.1rem;
	font-family: 'PT Sans', sans-serif;
}

#full_html h4 {
	font-size: 1.1rem;
} 

#full_html h5 {
	font-size: 1rem;
} 

#full_html h1:before, #full_html h2:before, #full_html h3:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	top: -14px;
	left: 0;
	background:none!important;
	
}

#full_html table td, #full_html table th {
	font-size: 90%;
}

#full_html table {
	width: 100%;
	margin-bottom: 2rem;
}

#full_html img {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}


