.testimonial 
{
    margin: 10px;
    padding: 5px;
    background-color: rgba(211, 211, 211, 0.7);
    border:1px solid #000;
    -moz-box-shadow: 0px 0px 3px 1px #999;
    -webkit-box-shadow: 0px 0px 3px 1px #999;
    box-shadow: 0px 0px 3px 1px #999;
    cursor:default;
    color:#000;
    padding:10px;
    width:93%;
}
.testimonial_more 
{
    clear:both;
    text-align:center;
    font-size:10px;
    text-decoration:underline;
    cursor:pointer;
    font-weight:900;
}
img.testimonial_pic 
{
    float: left;
    background-color: #ccc;
    clear: none;
    margin: 5px;
    padding: 3px;
}
.testimonial_summary 
{
    display: inline;
}
.testimonial_full 
{
    display: inline;
}
.testimonial_customer
{
    font-size:20px;
    font-weight:900;
    font-family:verdana;
    color:#000;
}
.testimonial_loc
{
    font-size:15px;
    font-weight:900;
    float:left;
    clear:left;
    width:100%;
    margin-bottom:12px;
}