html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
@media print {
    @page {size: landscape}
    
    .container {
        width: 100%;
    }

    body {
        font-family:georgia, times, serif;
        font-size:10pt;
    }

    h1 {
        font-size:130%;
        font-weight: bolder;
    }

    h2 {
        font-size:120%;
        font-weight: bolder;
    }

    h3 {
        font-size:110%;
        font-weight: bolder;
    }
}
table {
    font-size: 80%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #c3c3c3;
}


#total {
    border-top: 3px solid;
}

#totalText {
    text-align: right;
}

.money {
    text-align: right;
}