.kento-testimonial{
min-height:200px;
text-align:center;
width:100%;
position:relative;
}
.kento-testimonial-author-img{
border:2px solid #DDDDDD !important;
/*border-radius*/
-webkit-border-radius:74% !important;
   -moz-border-radius:74% !important;
        border-radius:74% !important;
/*box-shadow*/
-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:150px !important;
width:150px !important;
}
.kento-testimonial .kento-testimonial-author{
height:150px;
text-align:center;
width:100%;
}
.kento-testimonial-author-name{
font-size:18px;
font-weight:bold;
padding-top:10px !important;
}
.kento-testimonial-author-comments{
background:url("quote.png") no-repeat scroll 6px 10px rgba(0, 0, 0, 0);
font-style:italic;
margin-bottom:30px;
margin-top:60px;
padding-left:35px;
padding-top:20px;
text-align:justify;
}
#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;
}
