.stripe_error_message_box {
    display: none;
    padding: 10px 10px 10px 50px;
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    color: black;
    font-size: 15px;
}
.stripe_error_message_box:before {
    width: 60px;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: url(../image/icon-alert.png) center no-repeat;
    background-size: 30px auto;
    content: "";
}

.alternate_payment_methods_stripe_separator {
    display: none;
    color: grey;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}