.tx-emiwevent form {
    background: aliceblue;
    border: 1px solid #CCC;
    padding: 1em;
    text-align: left;
}

.tx-emiwevent form .btn-group {
    margin-bottom: 2em;
}

.tx-emiwevent form fieldset {
    text-align: left;
}

.tx-emiwevent form fieldset .powermail_fieldwrap_type_content {
    margin-left: -30px;
    margin-top: 1em;
}

.tx-emiwevent form fieldset label span.mandatory {
    color: red;
}

/* Activate arrows for selects again */
.tx-emiwevent.tx-powermail form select {
    appearance: auto;
}

.powermail_form .btn-group.powermail_multistep_navigation .btn.btn-secondary.active {
    color: white;
}

.powermail_form .powermail_tab_navigation.first {
    justify-content: end;
}

.powermail_form .powermail_tab_navigation {
    justify-content: space-between;
}

.powermail_form select#powermail_field_fe-salutation,
.powermail_form select#powermail_field_fe-title,
.powermail_form select#powermail_field_fe-country,
.powermail_form select#powermail_field_fe-status{
    background-color: #eee;
}

/* Reactivate arrow in select boxes */
.powermail_form select {
    appearance: auto;
}
