﻿body
{
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    color: #373737;
    min-height: 100%;
    font-size: 0.8125em;
    font-weight: 400;
    line-height: 1.5385;
}

.page {
    background-color: #fff;
    box-sizing: border-box;
    min-height: 600px;
    -webkit-box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 25px;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-top: 2.5em;
    margin: 3em auto 4em auto;
    max-width: 600px;
    position: relative;
    padding-bottom: 4rem;
}

#main{
    margin-top: 0.2rem;
}

#templateData, #receipt {
    width: 100%;
}

    #templateData h1, #receipt h1{
        font-size: 2.2rem;
        color: inherit;
    }

    #templateData h2, #receipt h2 {
        font-size: 1.3rem;
        font-weight: normal;
        color: inherit;
    }

    #templateData h3, #receipt h3 {
        font-size: 1.1rem;
        color: inherit;
    }

    #templateData .highlight-box, #receipt .highlight-box {
        background-color: #e7e7e7;
        box-sizing: border-box;
        border: 1px solid #e7e7e7;
        border-radius: 15px;
        padding: 1.2rem 2.5rem 1.2rem 2.5rem;
        font-size: 1.0rem;
        width: auto;
        display: inline-block;
        overflow: visible;
    }

    #templateData .footer, #receipt .footer {
        position: absolute;
        bottom: 0;
        padding: 0.7em;
        text-align: center;
        left: 0;
        right: 0;
        background-color: #a7c85f;
        min-height: 1.4rem;
        color: #ffffff;
    }

    #termsection {
        font-size: 1.3em;
        font-weight: normal;
        margin-top: 2rem;
    }

    #termsection a {
        color: #a7c85f;
    }

#acceptTerms {
    font-size: 3em;
    border: 0px solid rgba(0,0,0,.125);
}

input[type=submit], input[type=button], button, .button {
    color: #000000;
    font-size: 1.2em;
    padding: 15px;
    background-color: #a7c85e;
    border-radius: 35px;
    border-style: solid;
    border-color: #ffffff;
    min-width: 10em;
}

@media only screen and (max-width: 460px) {
    .page {
        padding-right: 3px;
        padding-left: 3px;
    }
}