/* CSS stylesheet for testimonials.php */

div.testimonial
{
  width: 90%;
  max-width: 700px;
  background: white;
  margin: 30px auto;
  padding: 20px 50px;
  line-height: 1.5;
  color: black;
}

div.sig
{
  font-style: italic;
  margin-top: 10px;
  color: darkgreen;
}

@media ( max-width: 500px)
{
  div.testimonial
  {
    width: auto;
    margin: 10px 0;
    padding: 10px;
    line-height: 1.4;
  }
}