/* 
 * Stylesheet for testimonials
 * 
 * Copyright 2017 Nuzzel, Inc.
 */

.testimonial {
  margin: 8px 0;
}

.testimonial-content-image {
  display: inline;
  margin: 0 auto;
}

.testimonial-content-quote {
  border-left: none;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.testimonial-content-quotee {
  color: #777;
  font-size: 16px;
  font-style: italic;
}