.ql-editor {
	padding:0;
}
.ql-editor h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0.5em 0 0.25em;
}
.ql-editor h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 1.2rem;
	margin: 0.5em 0 0.25em;
}
.ql-editor p {
	font-family: aleo, helvetica, arial, sans-serif !important;
	font-size: 1rem;
	line-height: 1.5em !important;
	margin: 0.5em 0 0 !important;
}
.ql-editor a {
  color: #007bff !important;
	cursor: pointer;
	text-decoration: none !important;
}
.ql-editor a:hover {
  color: #0062cb;
}
.ql-editor blockquote {
	font-size: 1rem;
	border-left: 6px solid #ccc !important;
	padding: 0 0 0 1rem !important;
	margin: 0.75rem 0 0.75rem !important;
}
