.kento-testimonial{
min-height:230px;
text-align:center;
width:100%;
position:relative;
}
.kento-testimonial-author-img{
	border: 2px solid #DDDDDD !important;
	-webkit-border-radius: 74% !important;
	-moz-border-radius: 74% !important;
	border-radius: 74% !important;
	-webkit-box-shadow: 0 1px 9px -3px #000000 !important;
	-moz-box-shadow: 0 1px 9px -3px #000000 !important;
	box-shadow: 0 1px 9px -3px #000000 !important;
	height: 73px !important;
	width: 71px !important;
	margin-top: 20px;
}
.kento-testimonial .kento-testimonial-author{
height:150px;
text-align:center;
width:100%;
}
.kento-testimonial-author-name{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px !important;
	text-transform: uppercase;
}
.kento-testimonial-author-comments{
	font-style: italic;
	color: #f75d3e;
	float: left;
	font-weight: bolder;
	font-size: medium;
}
#kento_quotes{
margin:0;
padding:0;
list-style:none;
}
#kento_quotes li{
text-align:center;
}
#kento_quotes li blockquote{
margin-bottom:10px;
padding:0;
font-style:normal;
}
#kento_quotes li cite{
display:block;
font-weight:bold;
margin-right:50px;
text-align:center;
}
q {
    quotes: "\201C" "\201D";
}
