.template-email-templates .info-container .info {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
}
.template-email-templates .info-container .info >.title {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.template-email-templates .info-container .info table .title {
  font-weight: bold;
  padding-right: 10px;
}
.template-email-templates .info-container .info table .value {
  width: 100%;
}
.template-email-templates .template {
  border-top: solid 3px #116477;
  border-bottom: solid 3px #116477;
}
.template-email-templates iframe {
  border-style: none;
  width: 100%;
  height: 800px;
}
