/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 60px 15px 0;
}
.details
{
    border-bottom: dotted #000 1px;
    padding-bottom: 5px;
}
@media print {
    .container{
        width: 98%;
        height: auto;
        margin: 50px auto;
    }
    #main {position:relative; padding:0; height:1px; overflow:visible; margin: auto; padding-right: 50px;}
    .navbar{ display: none;}
    #print{ display: none; }
    #titl { display: none; }
    .footer { display: none; }
    .table { zoom: 90%; }
    #printarea {position:absolute; width:95%; top:0; padding:0; margin:-1px; margin-left: -180px;}
    #tabllu { width: 95%; }
}

