/*===== draftstoppa  =====*/
body.widget-snippet {
margin-top: 50px;
}
/* draft-right  */
.draft-right h3 {
background: #86be3c none repeat scroll 0 0;
color: #fff;
padding: 4px 15px;
}
.draft-right div {
background: #eaf4dc none repeat scroll 0 0;
margin-bottom: 16px;
padding: 12px;
}
.draft-right div p:nth-child(1) {
margin-top: 0;
}
.draft-right {
margin-top: 35px;
}
.draft-left a {
display: inline-block;
margin: 10px 0;
}
/* draft-note  */
.draft-note-row > a {
float: right;
margin-bottom: 10px;
margin-right: 15px;
}
.draft-note {
background: #86be3c none repeat scroll 0 0;
}
.draft-note p{
background: #86be3c none repeat scroll 0 0;
clear: right;
color: #fff;
}
.draft-note p em.fa-quote-left {
font-size: 32px;
margin-right: 10px;
}
.draft-note p em.fa-quote-right {
font-size: 32px;
margin-left: 10px;
}
.draft-note > a {
display: inline-block;
float: right;
font-size: 15px;
line-height: 20px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 17px;
}
/*========== common css============== */
/* ul li  */
.widget-snippet ul li {
padding-left: 48px;
position:relative;
}
.widget-snippet li::before {
background: #86be3c none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
content: "\f105";
font-family: "fontawesome";
font-size: 15px;
height: 0;
left: 18px;
line-height: 1;
padding: 0 5px 17px;
position: absolute;
top: 5px;
width: 14px;
}
.page-content h1 {
color: #8cb542;
font-size: 26px;
font-weight: 500;
}
h1 {
font-size : 26px;
margin : 0.67em 0;
}
h2 {
font-size : 22px;
margin : 0.67em 0;
}
h3 {
font-size : 18px;
margin : 0.67em 0;
}
h5 {
font-size: 16px;
font-weight: 400;
letter-spacing: normal;
}

.page-content a,.page-content a:hover {
color: #8cb542;
}
.page-content a {
font-size: 15px;
font-weight: normal;
}


/*========== common css ============== */
body.widget-snippet {
	margin: 50px;
}
.draft-left a:last-child {
	max-width: 300px;
}
.draft-right, .draft-left {
	margin-bottom: 25px;
}
.draft-left h2, .draft-left h3 {
	color: #f58f20;
}
.draft-left h3:nth-of-type(2), .draft-left h3:nth-of-type(3) {
	margin-bottom: 6px;
	margin-top: 21px;
}
.draft-left .row img {
	max-width: 300px;
}
.draft-note p em.fa-quote-right {
	font-size: 32px;
	margin-left: 10px;
	position: absolute;
}
