body#tinymce,
#simple-text-page .content {
	font-size: 14px;
	font-family: 'Source Sans Pro';
	color: #3d3d3d;
	line-height: 1.5;
}
body#tinymce h1,
#simple-text-page .content h1 {
	font-size: 25px;
	font-weight: 600;
}
body#tinymce h2,
#simple-text-page .content h2 {
	font-size: 22px;
	font-weight: 600;
}
body#tinymce h3,
#simple-text-page .content h3 {
	font-size: 18px;
	font-weight: 600;
}
body#tinymce h4,
#simple-text-page .content h4 {
	font-size: 16px;
	font-weight: 600;
}
body#tinymce h5,
#simple-text-page .content h5 {
	font-size: 14px;
	font-weight: 600;
}
body#tinymce a,
#simple-text-page .content a {
	color: #0892d7;
}
body#tinymce p,
#simple-text-page .content p {
	margin-bottom: .8rem;
}
body#tinymce ul,
#simple-text-page .content ul {
	padding: 0;
	list-style-position: inside;
}
body#tinymce ul li,
#simple-text-page .content ul li {
	padding-left: 20px;
	list-style-type: none;
}
body#tinymce ul li:before,
#simple-text-page .content ul li:before {
	content: "";
	background-color: #0892d7;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
}

body#tinymce img,
#simple-text-page .content img {
	max-width: 100%;
}