
/* General Overrides to adjust type and kill navs.  */
html {
    height:auto;
    overflow:visible;
}

.print-page {
    display: none;
}

.header h1,
.sliding-nav,
.tablet-nav,
.site-footer {
    display:none
}


/* Invoice */

.invoice-render {
    margin: 0 auto;
    max-width: 700px;
}
    .invoice-render table {
        font-size: 14px;
        margin: 1em 0;
        width: 100%;
    }
    .invoice-render table th {
        background-color: #f7f7f7;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        color: #000;

        padding: 0.5em 1em;
        text-align: left;
    }
    .invoice-render table td {
        padding: 1em 0;
    }
    .invoice-render table tbody td {
        border-bottom: 1px solid #ddd;
    }

    .invoice-render .from {
        color: #777;
        font-size: 0.9em;
        font-weight: 200;
    }
    .invoice-render .to {
        margin-left: 55%;
    }
    .invoice-render h2 {
        font-weight: normal;
        margin-top: 2em;
    }
    .invoice-render .footer {
        color: #aaa;
        font-size: 0.9em;
        font-weight: 300;
        margin-top: 5em;
        text-align: center;
    }
