div.tx-powermail {
  width: 75%;
  margin: auto;
  padding: auto;
}

.powermail_form {
  position: relative;
}

div.tx-powermail h3 {
  display: none;
}

.powermail_fieldset {
  clear: left;
  border: 0;
  padding: 0.6em;
  margin-bottom: 1.2em;
}

.powermail_legend {
  font-weight: bold;
  float: right;
  margin: 0.2em 0.6em 0.6em 0px;
  font-size: 1em;
  white-space: normal;
  color: rgb(255, 136, 0);
}

div.powermail_fieldwrap {
    margin: 0 0 2em 0;
    clear: both;
}

.powermail_label {
  font-size: 1.3em;
  display: block;
  font-weight: bold;
  color: #f80;
  float: left;
  width: 35%
}

.powermail_select {
  min-width: 4rem;
  font-size: 0.75rem;
}

.powermail_input {
  width: 60%;
  font-size: 0.75rem;
}

.powermail_textarea {
  height: 7rem;
  width: 60%;
  resize: vertical;
}

.powermail_fieldwrap_type_text {
  font-weight: bold;
  color: #888;
}

.powermail_submit {
  margin: 0.6em 1em 0.6em 0;
  float: right;
  border: 0;
  padding: 0.8em 1.2em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #F80;
  border-radius: 0.5rem; /* Old browsers */
}

/* fuer Zwischschritt - Angaben korrekt */

/**
 * Powermail All
 */
.tx-powermail .table-striped {
  width: 100%;
  max-width: 100%;
}
.tx-powermail .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05);
}
.tx-powermail .table-striped th, .tx-powermail .table-striped td {
  padding: 0.5em 0.75em;
  border-top: 1px solid #dadada;
  vertical-align: top;
}
.tx-powermail .table-striped td, .tx-powermail .table-striped th {
  vertical-align: top;
}
  
/**
 * Create
 */
.powermail_create {
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  background: #efefef;;
}

.tx-powermail .btn-group {
    margin-top: 2rem;
}

input.Back-to-form.btn.btn-danger:hover, input.Submit-form.btn.btn-primary:hover, input.powermail_submit:hover {
  background: #FFB25B;
}
input.Submit-form.btn.btn-primary {
  float: right;
  margin: 0.6em 1em 0.6em 0;
  padding: 0.8em 1.2em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #F80;
  border: 0;
  border-radius: 0.5rem;
}
input.Back-to-form.btn.btn-danger {
  float: left;
  margin: 0.6em 1em 0.6em 0;
  padding: 0.8em 1.2em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #F80;
  border: 0;
  border-radius: 0.5rem;
}
