.maintable{
    font-size:12px;
    text-transform:uppercase;
    font-weight: bold;
    font-family:"Arial", monospace;
    text-align:left;
    display: inline-block; 
    overflow: auto;
    
    
    }
    
/*     
    .maintable .tbody{
      display: block;
      height: 80px;
      overflow: auto;
    }
    .maintable .btn-sm{
    
        width:30px;
        height:auto;
    }
    .maintable .img-fluid{
    
        width:70px;
        height:auto;
    }
     */
    .content-header .container-fluid h1{
    text-transform:uppercase;
    font-weight: bold;
    
      
    }
    
    .container-fluid .content-header h1{
      font-family: 'Times New Roman', Times, serif;
    }
    .table{
      font-family: 'Times New Roman', Times, serif;
    }
    .form-group label{
    
        font-family:"Arial", monospace;
        font-size:12px;
        text-transform:uppercase;
        font-weight: bold;
    }   
    .form-control{
    font-family:"Arial", monospace;
    font-size:12px;
    text-transform:uppercase;
    font-weight: bold;
    }

    @media print {
      h3 {
        position: absolute;
        page-break-before: always;
        page-break-after: always;
        bottom: 0;
        right: 0;
      }
      h3::before {
        position: relative;
        bottom: -20px;
       
      }
      .print {
        display: none;
      }
    }