/* THIS IS FOR ALL CUSTOM STYLES FOR THE TINYMCE WYSIWYG EDITOR FOR APCON */

.special-horizontal-line {
	background: url('../images/bk-lines-vert.svg') top left repeat;
	border: none;
	background-size: 4px 1px;
	height: 16px;
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 25px 0;
}