/* Minification failed. Returning unminified contents.
(44,1): run-time error CSS1019: Unexpected token, found '@'
 */
.efund_container {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.efund_title {
    text-align: center;
}

body {
    height: 100vh;
    padding-top: 20px;
    background: #f7f7f7;
    background: linear-gradient(18deg, #b4b4b4 0%, #f7f7f7 44%, #ffffff 100%);
    color: #555;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.thank-you, .receipt {
    background: #fff;
    padding: 20px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
    font-size: 16px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

    .divider.alt {
        height: 2px;
        border-bottom: solid 1px #fff;
    }

.message {
    text-align: center;
}

@@media(max-width:767px) {
    .bottom-logo {
        margin-bottom: 20px;
    }
}

