.learndash-error {
	color: red;
	font-weight: bold;
}
.learndash-success {
	color: green;
	font-weight: bold;
}

/* Style for the individual Stripe button. */
#learndash-stripe-checkout.btn-join {
    background: #5cb85c none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.471;
    padding: 10px 19px;
    text-decoration: none !important;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s, background 0.25s linear 0s !important;
    white-space: normal;
}
#learndash-stripe-checkout.btn-join:hover {
    background-color: #58d68d;
    border-color: #58d68d;
    color: #ffffff;
}

/* Style for the dropdown menu Strip button */
.checkout-dropdown-button #learndash-stripe-checkout {
 background-color: #FFFFFF !important;
 color: #333333 !important;
}

.checkout-dropdown-button #learndash-stripe-checkout:hover {
 background-color: #F5F5F5 !important;
 color: #000000 !important;
}
