/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2019 | 07:21:17 */
.entry-content ol {
    counter-reset: li;
    list-style: none;
  	padding-inline-start:0px;
    *list-style: decimal;
}

.entry-content ol li {
	position: relative;
	padding-left: 0px;
	min-height: 60px;
}

.entry-content ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: #f07100;
	border-radius: 50%;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ayat {
    text-align: right;
    direction: rtl;
}
.ayat, .bismillah {
    font-family: "Amiri","Scheherazade", "Traditional Arabic";
    margin: 0;
    padding: 16px 12px;
    display: block;
    font-size: 27px;
    line-height: 80px;
}
.arti, .bacaan {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
}
.arti, .bacaan {
    padding-bottom: 16px;
}