/* Need this for those place that uses ckeditor as multikart changes the way the table looks + ul li */

.ckeditordiv > * ul {
	list-style: disc;
}

.ckeditordiv > * li {
	display:list-item;
}

.ckeditordiv > * ol, ul {
	padding-left: 2.5rem;
}

.ckeditordiv > * thead, tbody, tfoot, tr, td, th {
	border-width:inherit;
}