.textmce blockquote{
	border-color: #727CB6;
	color: #666;
	background: #f2f2f2;
	font-size: inherit;
}

/* --------list style CSS---------- */
.textmce ul{
	margin-bottom: 20px;
}
.textmce ul li {
	line-height: 20px;
	padding: 3px 2px 3px 23px;
	position: relative;
}
.textmce ul li a {
	color: #666;
	font-family: PT sans, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
}
.textmce ul li a:hover {
	color: #727CB6;
	text-decoration: none;
}
.textmce ul li a.active {
	color: #727CB6;
}
.textmce ul li:before {
	font-family: FontAwesome;
	content: "\f105";
	background: #727CB6;
	border-radius: 50%;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #FFFFFF;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 17px;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 5px;
}