.u-testimonials .error {
    margin-bottom: 15px;
}
.u-testimonials .error p{
    margin-bottom: 0;
}
.u-testimonials-clearfix::after {
    content: "";
    display: table;
    clear: both;
}
#testimonial-form {
    border-bottom: 1px solid #ddd;
    margin: 20px 0 10px;
    padding-bottom: 20px;
}

form#testimonial-form h5 {
    font-weight: normal;
    font-size: 12px;
    color: #888;
    margin: 0;
    margin-left: 76px;
    padding: 0 0 3px 0;
}

form#testimonial-form #testimonial-writer-avatar {
    float: left;
}

#testimonial-writer-avatar img {
    width: 50px;
    height: 50px;
}

form#testimonial-form #new-testimonial-content {
    margin-left: 54px;
    padding-left: 22px;
}

form#testimonial-form textarea {
    background: #fff;
    border: 1px inset #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    padding: 6px;
    width: 98%;
}

#new-testimonial-options {
}

form#testimonial-form #new-testimonial-submit {
    float: right;
    margin-top: 12px;
}

#new-testimonial:focus {
    border-color: rgba(31, 179, 221, 0.9) !important;
    outline-color: rgba(31, 179, 221, 0.9);
    box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
    -moz-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
    -webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
}

.testomonial-content span.pending-notice {
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF9AF;
    font-size: 12px;
}

#testimonial-list li {
    list-style-type: none;
    margin-bottom: 1em;
}

#testimonial-list .item-avatar img {
    max-height: 50px;
    max-width: 50px;
}

#testimonial-list .testimonials {
    display: flex;
}

#testimonial-list .testomonial-content {
    flex-grow: 1;
    padding-left: .5em;
}
