.quoted{  }

.quoter{
    font-weight:bold;
}

.brown, .blue, .yellow{
    font-family: "cafeteria", sans-serif;
    font-size:1.5em;
    line-height:0;
}

.brown{ color:#634024; }
.blue{ color:#5ebac6; }
.yellow{ color:#bfaf43; }

.testimonialsedit{
    background:#eee;
    padding:1rem 1rem .5rem;
    border:1px solid #ccc;
    border-radius:.1rem;
}

.testimonialsedit h1{
    font-size:1.15em;
    margin:-1rem -1rem .5rem;
    padding:.5em 1em;
    background:#999;
}

.testimonialsedit .h1{
    font-size:1.2em;
    margin:.75em 0 1em;
    line-height:1.18;
}