/* These styles are used only in the backend editor */

/* 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) */


body#tinymce ul,
.textCol ul {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style: none;
}
body#tinymce li,
.textCol li {
	margin-bottom: 0px;
	color: #666;
	font-weight: 300;
	padding-left: 20px;
	text-indent: -20px;
}
body#tinymce li:before,
.textCol li:before  {
	content: "•";
	color: #FD9535;
	margin-right: 15px;
}
