.email-template {
  font-family: sans-serif; padding: 32px; max-width: 700px; margin: 30px auto; background: #FFFFFF; box-sizing: border-box; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); color: #111111;
}

.email-template h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #38B2FF;
  font-weight: bold;
}

.email-template p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
}

.email-content {
  padding: 10px 50px;
}

.table {
  border-collapse: collapse;
  width: 100%;
  border-color: #dee2e6;
  text-align: left;
  font-size: 13px;
  color: #888888;
  line-height: 20px;"
}

.table tr th {
  padding: .5rem .5rem;
  vertical-align: top;
  color: #111111;
  border: 1px solid #dee2e6;
  min-width: 150px;
}

.table tr td {
  padding: .5rem .5rem;
  border: 1px solid #dee2e6;
}

.email-footer {
  color: #FFFFFF;
  background: #252424;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 10px 20px;
}
