/**
 * Place your custom styles here.
 */

.paddedtable, th, td
{
  padding:3px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:1.0em;
}

blockquote p {
  display: inline;
}

.logo img {
height: auto;
max-width: 100%; /* this could be 100% but for me it goes outside the header background at tablet */
}


img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}