body {
  font-family: sans-serif;
}

#inputs {
  min-width: 250px;
  max-width: 400px;
}

#inputs input {
  padding: 10px 20px;
}

hr {
  margin: 30px 0;
}

h3 + hr {
  margin-top: -5px;
}

hr + h3 {
  margin-top: -15px;
}

h3 {
  color: #3d306a;
  text-align: center;
  font-size: 25px;
}

h1 {
  color: #3d306a;
  text-align: center;
  font-size: 40px;
}

.controls {
  float: center;
  margin-top: 30px;
  line-height: 35px;
  display: none;
}

.controls .select, .controls .save, .controls a {
  color: #fff;
  cursor: pointer;
  background: #ff5b5b;
  border: none;
  padding: 7px 15px;
  font-family: Helvetica;
  font-size: 13px;
  text-decoration: none;
}

.controls a {
  background: #00f;
  display: none;
}

h4 {
  text-decoration: underline;
}

.center {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  background-color: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 150px;
  display: inline;
  position: static;
  top: 50%;
  left: 50%;
}

.crop {
  object-fit: cover;
  object-position: 30% 40%;
  vertical-align: middle;
  height: 200px;
  margin-bottom: -100px;
  overflow: hidden;
}

.center2 {
  width: 100%;
  margin-left: auto;
  display: block;
}

div.parent {
  text-align: center;
  left: 50%;
}

ol {
  text-align: left;
  display: inline-block;
}

table.center3 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.clickable {
  cursor: pointer;
}
/*# sourceMappingURL=genmail.aa436662.css.map */
