.editor {
	word-break: break-all;
}
.editor p {
	margin-bottom: 30px;
}
.editor img {
	height: auto;
	margin:0px 7px 15px 7px;
	max-width: calc(100% - 14px);
	display: inline;
}
.editor a {
	color: #be8fba;
	text-decoration: underline;
}
.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6 {
	border: none;
	text-align: left;
	padding: 0;
}
.editor h1:after,.editor h2:after,.editor h3:after,.editor h4:after,.editor h5:after,.editor h6:after {
	display: none;
}
.editor h1 {
	font-size:1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #be8fba;
	padding: 10px 0;
	border-top: solid 3px #be8fba;
	border-bottom: solid 3px #be8fba;
}
.editor h2 {
	font-size:1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	background: #e6dee5;
	padding: 10px;
}
.editor h3 {
	font-size:1.4em;
	margin-bottom: 20px;
	color: #be8fba;
	font-weight: bold;
	border-bottom: 2px dotted #be8fba;
	padding-bottom: 5px;
}
.editor h4 {
	font-size:1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 8px solid #be8fba;
	padding: 5px 0 5px 10px;
}
.editor h5 {
	font-size:1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.editor h6 {
	font-size:0.9em;
	font-weight: bold;
	position: relative;
	color: #333;
	padding-left:25px;
	margin-bottom: 10px;
}

.editor h6::after {
	display: block;
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 13px;
	height:13px;
	background-color: #be8fba;
	border-radius:100%;
}
.editor strong {
	font-weight: bold;
}
.editor em {
	font-style: italic;
}
.editor ul, .editor ol {
	margin-bottom: 20px;
}
.editor ul li,
.editor ol li {
	padding: 0px 30px 0px 0px;
	margin-left: 20px;
}
.editor ul li {
	list-style: disc outside;
}
.editor ol li {
	list-style: decimal outside;
}
.editor blockquote {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 0px 0px 30px 0px;
}
.editor blockquote p:last-child {
	margin-bottom: 0;
}
.editor .aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.editor .alignleft,
.editor img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-bottom: 15px;
}
.editor .alignright,
.editor img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-bottom: 15px;
}
.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
	margin-bottom: 12px;
}
.editor .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; 
	padding: 4px;
	text-align: center;
}
.editor .wp-caption img {
	margin: 5px 5px 0;
}
.editor .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.editor table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}
.editor table th {
	padding: 10px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align: left;
	color: #363636;
	background: #e0e0e0;
}
.editor table td {
	background: #fff;
	padding: 10px 20px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
