#editorText{
	padding-left:15px;
}
#editorText strong {
	font-weight:bold;
}
#editorText em {
	font-style:italic;
}
#editorText ol {
	padding:10px 15px;
	margin-left:15px;
}
#editorText ul {
	padding:10px 15px;
	margin-left:15px;
}
#editorText li {
	list-style:disc;
}
#editorText p {
	padding:10px 0px;
}
