.editor * { margin:0px; padding:0px; color:#515151; font-size: 15px; word-wrap: break-word; line-height:24px;}

.editor, .editor p, .editor div, .editor a, .editor li, .editor td, .editor th {  word-wrap: break-word; white-space: normal; font-size: 15px; line-height:24px;}

.editor, .editor p, .editor li { line-height:24px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#515151; font-size: inherit; }

.editor a:hover { color:#515151; }

.editor ul, .editor ol { margin-left:25px; }

.editor table.border_class, .editor table.border_class td, .editor table.border_class th { border-collapse:collapse; border:solid #CCCCCC 1px; }

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor table.table-center{margin:0 auto;}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor ul{  list-style-type: none; margin-left:0;}
.editor ul>li{ padding-left: 18px; position: relative;}
.editor ul>li:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:""; 
	width:18px; 
	background: transparent url('img/desktop/red-dot.png') no-repeat 2px center; 
    display: block;
    height: 25px;
}

.editor:after {
	clear: both;
    display: block;
    content: " ";
}