.ep-text {
	overflow-x: hidden;	
	box-sizing: border-box;
	/*overflow-y: -moz-hidden-unscrollable;
	overflow-y: -webkit-paged-y;*/ /*Safari bug*/
	/*-ms-overflow-y: hidden;*/
}

/*https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome*/
::i-block-chrome,.ep-text {
	/*overflow-y:none;*/
}


.ep-text p {
	margin: 0px;
	vertical-align: baseline;
}

.ep-text ul {
	margin: 0px;
	padding: 0px;
}

.ep-text li {
	margin-left: 0px;
	padding: 0px;
}

/* ltr */
.ep-text-ltr {
	direction:ltr;
}

.ep-text-ltr ul {
	margin-left: 30px;
}

.ep-text-ltr li {
	padding-left: 10px;
}

/* rtl */
.ep-text-rtl {
	direction:rtl;
}

.ep-text-rtl ul {
	margin-right: 30px;
}

.ep-text-rtl li {
	padding-right: 160px;
}


.ep-richtext ul{
	margin: 0;	
}

label{cursor:pointer;}

