#rtec-payment-form {
    clear: both;
}
.rtec-discounts-tool-wrap {
    box-sizing: border-box;
    float: right;
    max-width: 400px;
    margin: 0 0 1.714285714rem;
}
.rtec-discounts-tool-wrap > a {
    float: right;
    display: block;
}
.rtec-discounts-label {
    font-weight: bold;
}
.rtec-discounts-description {
    display: block;
}
.rtec-discounts-tool-wrap:after,
.rtec-discounts-tool-wrap > a:after {
    clear: both;
    content: "";
    display: table;
}
#rtec .rtec-discounts-tool-wrap input {
    width: 300px;
    margin-bottom: 5px;
}
#rtec .rtec-discounts-tool-wrap button {
    padding: 9px;
    vertical-align: top;
    font-size: 15px;
}
#rtec .rtec-discounts-tool-wrap .rtec-error-message {
    margin-top: 1px;
}