.testimonial-list {
    background: #E9E9E9;
    margin:0px 10px;
}
.testimonial_container {
    padding:10px;
}
.testimonial_body {
    max-height: 600px;
    min-height: 50px;
    overflow: auto;
}
.testimonial_rows .testimonial {
    margin-bottom: 10px;
    position: relative;
    min-height: 96px;
}
.testimonial_rows ._info_column {
    margin-left:96px;
    overflow:hidden;
}
.testimonial_rows ._photo_column {
    position:absolute;
    width:96px;
    height:96px;
    left:0px;
    top:0px;
    overflow:hidden;
}
.testimonial_rows ._info_column p {
    margin:0px 10px 5px;
}
.testimonial_rows .alert-text {
    color: #FF0000;
}
.testimonial_rows .approve_links {
    white-space:nowrap;
    text-align:right;
    float:right;
}
.testimonial-form textarea {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #7F9DB9;
    padding: 5px;
}
.add-testimonial-link {
    cursor:pointer;
}

.testimonial .no_photo_container {
    width: inherit;
}

.testimonial_rows ._date {
    white-space:nowrap;
}
