/* stylesheet for testimonials */

div.topbanner
{
  background: white;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 500px)
{
  div.topbanner { display: none }

}

div.tcolumn
{
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  width: calc(50% - 10px);
  max-width: 600px;
}

@media screen and (max-width: 700px)
{
  div.tcolumn { display: block; width: 100%;  }
}

div.testimonial
{
  text-align: left;
  width: 800px;
  max-width: 90%;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 90%;
  border-radius: 5px;
}

p.sig { font-style: italic; font-weight: bold; }