[type='submit'].button {
    margin-top: 0;
}
[type='email'].error {
    border: 1px solid #cf000f!important;
}
.errorText, .errorText label {
    color: #cf000f;
}

.success-message {
    color: #1da700;
    margin: 1rem 0 2rem;
    text-align: center;
    line-height: 1.2;
}

@media print, screen and (min-width: 64em) {
    .success-message {
        text-align: left;
    }
}

.content {
    margin-top: 1.5rem;
}

#order {
    margin-bottom: 0;
}
#order .cell-main {
    width: 98%;
}
.error-message { display: block; }

.reveal, .reveal-overlay {
    overflow:initial;
}


.popupopener:hover a {
    visibility: visible
}

.popupopener a {
    margin: 0;
    display: inline-block;
    width: 1.0rem;
    border-radius: 50%;
    color: #fefefe;
    background-color: #07a921;
    line-height: 1;
    justify-content: center;
    align-items: center;
    /*visibility: hidden;*/
    margin-left: 1rem
}

.popupopener a:hover {
    background-color: #046013
}

.success {
    display: inline-block;
    width: 5rem;
    color: #07a921;
    margin: 0 auto 1.5rem auto;
    max-width: 80px;
}
.status {
    margin: 0 auto;
    font-size: 1.25rem;
}

@media print, screen and (min-width: 64em) {
    .success {
        margin-bottom: 1rem
    }
}