﻿    .table tr {
        border: 1px solid #000;
    }

    .table th {
        border: 1px solid #000 !important;
    }

    .table .first td {
        border-bottom: 1px solid #000;
      
    }
        .table .sr,.sign {
            border-bottom: 1px solid #000;
        }
     .table td {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }
    .table td{
          height:35px;
    }
    
    tbody th {
        border: none;
    }

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

    .header h4 {
        position: relative;
        top: 4px;
        left: 10px;
    }
    #report{
        width:100%;
    }