/*
 * Make site take up more of 1080p screen
 * @author Eric Bollinger - 2018-06-20 Wed 03:59 PM
 */
@media (min-width: 1900px) {
    .container {
        max-width: 1720px;
    }
}


/*
 * Make error messages on field validation red
 * @author Eric Bollinger - 2018-06-20 Wed 03:59 PM
 */
.form .error-message {
    color: red;
}

/*
 * Style Subscriptions/thankyou
 * @author Eric Bollinger - 2018-06-21 Thu 10:38 AM
 */
.thankyou-div {
    margin-top: 10em;
    text-align: center;
}

/*
 * Align 'Edit Payment Info' button to bottom of its box
 * @author Eric Bollinger - 2018-07-05 Thu 03:01 PM
 */
.edit-payment-button {
    position: absolute;
    display:block;
    bottom: 1.5em;
}
