.z-ueditor-reset {
	color: #000;
}
.z-ueditor-reset ul.list-paddingleft-2,
.z-ueditor-reset ol.list-paddingleft-2{
	list-style-type: initial;
	padding-left: 30px;
}

.z-ueditor-reset ul li,
.z-ueditor-reset ol li{
	list-style-position: inherit;
  list-style-type: inherit;
}

.z-ueditor-reset p {
	margin: 5px 0 1em;
}

.z-ueditor-reset table {
	margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

.z-ueditor-reset td, .z-ueditor-reset th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.z-ueditor-reset td p {
    margin: 0;
    padding: 0;
}