﻿.header {
    height: 65px !important;
}

    .header img {
        float: left;
        width: 50px;
        height: 150px;
        background: #555;
    }

    .header h4 {
        position: relative;
        top: 4px;
    }

tfoot {
    display: table-row-group !important;
}



@media print {
    body {
        width: 100%;
        height: 100%;
    }

    .wrapper {
        display: block;
        width: auto;
        height: auto;
        overflow: visible;
    }

          

}
