/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any Theme-CSS to make the editor display look more like the real frontend */

/* These styles are used in the backend editor AND in the Theme (frontend) */

/* @import url('custom-fonts.css'); */

hr.dottedLine {
	height:16px;
	overflow:hidden;
	border: none;
}
hr.dottedLine:after {
	content:".....................................................................................................................................................";
	letter-spacing: 3px;
	color: #bababa;
}

/*
body#tinymce ul,
.textCol ul {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style: none;
}
body#tinymce li,
.textCol li {
	margin-bottom: 0px;
	color: #141412;
	font-weight: 500;
	font-family: helvetica;
	font-size: 18px;
	padding-left: 20px;
	text-indent: -20px;
}
body#tinymce li:before,
.textCol li:before  {
	content: "•";
	color: #33CCCC;
	margin-right: 15px;
}
*/
