/* This is in every tinymce editor, use
.livepress_editor to target livepress editors specifically or
.livepress-main_editor for main livepress editor*/
body.livepress_editor p{
	margin-top: 6px;
}
body.livepress_editor div.livepress-meta{
	line-height: 30px;
	height: 1.4em;
}

body.livepress_editor .livepress-update p,
body.livepress-main_editor .livepress-update p {
	line-height: 24px;
}
.livepress-del_editor {
	background-color: #FFEEEE;
}
