.kento-testimonial{
min-height: 70px;
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:70px !important;
width:70px !important;
    float: right;
    display: inline;
}
.kento-testimonial .kento-testimonial-author{
/*height:150px;*/
text-align:center;
width:300px;
    float: right;
}
.kento-testimonial-author-name{
font-size:18px;
font-weight:bold;
padding-top:10px !important;
    color: #ffffff;
    text-align: left;

}
.kento-testimonial-author-comments{
background:url("quote.png") no-repeat scroll 6px 10px rgba(0, 0, 0, 0);
font-style:italic;
padding-left:35px;
padding-top:10px;
color: #ffffff;
float: left;
width: 680px;
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;
}
