
/* General Overrides to adjust type and kill navs.  */
html { 
    height:auto; 
    overflow:visible;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*font-size:.8em;*/
}

h2, h3, h4, h5, h6 {
    color: #0f73b4;
}

.print-page {
    display: none;
}

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


/* Invoice */

.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;
    }
    
/* Facture Paiement */
.invoice-render {
    margin: 0 auto;
    max-width: 700px;
}
    .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;
    }
