   @media print {
       html, body {
           height: 99%;
       }
   }
    .hide {
       display: none;
   }

    .left-h5 {
        width: 50%;
        float: left;
    }

    .right-h5 {
        float: right;
        width: 50%;
        text-align: right;
    }

    /* GUEST VISITS REPORT */

    .guestReport-grid {
        border: 1px solid gray;
        margin-top: 20px;
    }
    .guestReport-grid, .guestReport-grid ul {
        padding: 0px;
        list-style-type: none;
        list-style-position: outside;
    }
    .guestReport-grid li {
        padding-left: 10px;
    }
    .guestReport-col {
        display: inline-block;
    }
    .guestReport-col-name {
        width: 300px;
    }
    .guestReport-col-count {
        width: 100px;
        text-align: right;
    }
    .guestReport-col-detail {
        width: 200px;
        padding-left: 30px;
    }
    .guestReport-headers {
        font-weight: bold;
    }
    .guestReport-noRecords {
        background-color: #d9d9d9;
        height: 40px;
        padding-top: 5px;
    }
    .guestReport-detail {
        color: #666;
        font-size: 0.9em;
    }

    /* VOLUNTEER SHIFTS REPORT */

    .volReport-grid {
        border: 1px solid gray;
        margin-top: 20px;
    }
    .volReport-grid, .volReport-grid ul {
        padding: 0px;
        list-style-type: none;
        list-style-position: outside;
    }
    .volReport-grid li {
        padding-left: 10px;
    }
    .volReport-col {
        display: inline-block;
    }
    .volReport-col-name {
        width: 250px;
    }
    .volReport-col-num {
        width: 80px;
        text-align: right;
    }
    .volReport-col-detail-date {
        width: 130px;
        padding-left: 30px;
    }
    .volReport-col-detail-shift {
        width: 180px;
        padding-left: 10px;
    }
    .volReport-col-detail-time {
        width: 180px;
        padding-left: 10px;
    }
    .volReport-col-detail-hours {
        width: 80px;
        text-align: right;
        padding-left: 10px;
    }
    .volReport-col-detail-status {
        width: 80px;
        text-align: center;
        padding-left: 10px;
    }
    .volReport-headers {
        font-weight: bold;
    }
    .volReport-noRecords {
        background-color: #d9d9d9;
        height: 40px;
        padding-top: 5px;
    }
    .volReport-detail {
        color: #666;
        font-size: 0.9em;
    }
