.btn {
    margin-left: 10px;
}

.btn.btn-bgprimary.deletebutton {
    background-color: #e45959;
}

.btn.btn-bgprimary.deletebutton:hover {
    color: #f2f2f2;
    background-color: #242424;
}

.ui-autocomplete {
    max-height: 250px;
}

#dialog-confirm-delete-coupon,
#dialog-confirm-redeem-coupon {
    display: none;
}

input[type="text"].gui-input {
    width: 100%;
}

#domainuser-selection .drlist {
    font-size: 16px;
    margin: 0px 0 0 -5px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    width: auto;
}

#domainuser-selection label {
    margin-right: 15px;
    margin-left: 25px;
}

.domainuser-warning {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 900;
}

.section.marginbottom {
    margin-bottom: 20px;
}

.greentext {
    color: #86CC89;
}

.redtext {
    color: #E45959;
}

textarea#mailheader {
    height: 200px;
}
