.wysiwyg {
    font-size: 1.5rem;
}
.wysiwyg:after {
    content: "";
    display: block;
    clear: both;
}
.wysiwyg > * {
	margin-top: 1.5em; 
    margin-bottom: 1.5em; 
}
.wysiwyg > *:first-child {
    margin-top: 0; 
}
.wysiwyg > *:last-child {
    margin-bottom: 0; 
}
.wysiwyg h1 {
    font-size: 2.0rem;
    font-weight: bold;
}
.wysiwyg h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.wysiwyg h3 {
    font-size: 1.17rem;
    font-weight: bold;
}
.wysiwyg h4 {
    font-size: 1.0rem;
    font-weight: bold;
}
.wysiwyg h5 {
    font-size: 0.83rem;
    font-weight: bold;
}
.wysiwyg h6 {
    font-size: 0.67rem;
    font-weight: bold;
}
.wysiwyg p {
    font-size: 1.5rem;
}
.wysiwyg pre {
    display: block;
}
.wysiwyg strong {
    font-weight: bold;
}
.wysiwyg em {
    font-style: italic;
}
.wysiwyg ul {
    list-style: outside disc;
    margin-left: 2em;
}
.wysiwyg ol {
    list-style: outside decimal;
    margin-left: 2em;
}
.wysiwyg blockquote {
    display: block;
    margin: 1em 40px;
}
/*
.wysiwyg blockquote{
	position: relative;
	padding: 30px 39px 30px 39px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #f0f7ff;
	border: none;
	border-top: solid 3px #a5d7ff;
	border-bottom: solid 3px #a5d7ff;
}
.wysiwyg blockquote:before,
.wysiwyg blockquote:after{
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	background: #a5d7ff;
}
.wysiwyg blockquote:before{
	top: 0; left: 0;
}
.wysiwyg blockquote:after{
	bottom: 0; right: 0;
}
.wysiwyg blockquote + p{
	margin-top: 1.6em;
}
.wysiwyg blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
}
.wysiwyg blockquote > p:last-child{ 
  margin-bottom: 0 !important;
}
*/
.wysiwyg a {
    color: #00f;
}
.wysiwyg del {
    text-decoration: line-through;
}
.wysiwyg hr {
    display: block;
    border: none;
    border-top: #E0E0E0 1px solid;
    border-bottom: #E0E0E0 1px solid;
}
.wysiwyg .alignright {
    float: right;
    margin-left: 1em;
}
.wysiwyg .alignleft {
    float: left;
    margin-right: 1em;
}
.wysiwyg .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}