style/master.css [486:504]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  list-style: none;
  position: relative;
  background-color: #fff;
}
.testimonial-inner {
  padding: 15px 20px 20px 20px;
}
.testimonial.last {
  margin-right: 0;
  margin-bottom: 40px;
}
.testimonial-attribution {
  text-align: right;
  font-style: italic;
}
.testimonial-more {
  width: 100%;
  display: inline-block;
  text-align: center;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [551:573]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  list-style: none;
  position: relative;
  background-color: #fff;
}

.testimonial-inner {
  padding: 15px 20px 20px 20px;
}

.testimonial.last {
  margin-right: 0;
  margin-bottom: 40px;
}

.testimonial-attribution {
  text-align: right;
  font-style: italic;
}

.testimonial-more {
  width: 100%;
  display: inline-block;
  text-align: center;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



