.email_headers {
  width: 100%;
  border: solid 1px #000;
  background: #ccc;
  margin-top: 1em;
  padding: 1em;
}
.email_headers th {
  text-align: right;
  padding-right: 1em;
}
.email_body {
  border: solid 1px #000;
  border-top: none;
  padding: 1.5em 2em 2em 2em;
}
.email_body h3 {
  font-size: 1.25em !important;
}
.email_body h4 {
  font-size: 1em !important;
}
.email_body p {
  font-size: 1em !important;
}
.email_body h3, .email_body h4, .email_body p {
  margin: 0.5em 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-shadow: none !important;
}
.email_body address {
  font-size: 0.8em !important;
}