.powermail_form h3 {
    display: none;
}

.powermail_legend {
	ont-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 2rem 0;
	padding: 0 1rem 0 1rem;
}

.powermail_fieldwrap .checkbox {
    padding-left: 1.3rem;
}

.powermail_fieldwrap .radio {
    margin-left: 0;
}

.powermail-form .col-md-6 {
        flex: unset;
        max-width: unset;
      }

.powermail_fieldwrap {
 margin-bottom: 1.5rem;
}

 @media only screen and (min-width: 768px) {
    .powermail_fieldset .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }}

.powermail_fieldset {
	border: 1px solid var(--multuerkis) !important;
}

.powermail_confirmation .btn-danger {
    margin-right: 1rem;
}

.powermail_confirmation .btn-danger:hover {
	background-color: #653438;
	border-color: #653438;
}
@media only screen and (max-width: 576px) {
.powermail_confirmation tr {
    display: flex;
    flex-wrap: wrap;
  }}
  
 .powermail_confirmation td {
    flex: 1 1 150px;
    padding: 8px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
  }

  .powermail-field-custom-style1 {
    border: 1px solid #000;
    padding: 10px;
    background-color: #f0f0f0;
}  
  
.powermail_message_error {
    display: none;
}