body {
  color: #434343 !important;
  font-family: 'Roboto', sans-serif !important;
  margin: 30px !important;
  width: 630px;
  background: whitesmoke !important;
}

#params {
  margin: 20px 0 30px 0;
}

#email-signature {
  width: 630px;
  margin-bottom: 30px;
  background: white;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}

#toggle-html, #button-bar label {
  margin-left: 6px; /* button spacing */
}

.instructions {
  font-size: 16px;
  margin-top: 15px !important;
}

.confirmation {
  background: #ffffca;
  color: gray;
  padding: 5px;
  border-radius: 5px;
  display: none;
}

#email-html-textarea {
  font-family: 'Consolas';
  text: black;
  height: 200px;
  /background: white;
  margin-top: 15px;
}

#target {
  display: none;
  margin-top: 30px;
}

#target table {
  background: white;
}

#additionalMobile {
  display: none;
}

.mobile {
  padding-top: 10px;
}