 
  @media only screen and (max-width:768px),
    (min-device-width:768px) and (max-device-width:992px){
      .batch_view{
        width:95%;
        background: transparent;
      }

     .batch_view table,
      thead,
      tbody,
      th,
      td,
      tr{
        display: block;
      }

     .batch_view  thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
      }

      .batch_view  tr{
        border: 1px solid #ccc;
        margin-bottom: 10px;
      }

     .batch_view  td{
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
      }

      .batch_view  td::before{
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
      }

      .batch_view td:nth-of-type(1)::before{
        content: "S.No";
      }

     .batch_view  td:nth-of-type(2)::before{
        content: "Batch Id";
      }

     .batch_view  td:nth-of-type(3)::before{
        content: "Batch Creation Date";
      }

    .batch_view  td:nth-of-type(4)::before{
        content: "Action";
	}
  }
  
  
  
  

    @media only screen and (max-width:768px),
    (min-device-width:768px) and (max-device-width:992px){
      .table-container{
        width:95%;
        background: transparent;
      }

    .table-container  table,
      thead,
      tbody,
      th,
      td,
      tr{
        display: block;
      }

    .table-container  thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
      }

     .table-container  tr{
        border: 1px solid #ccc;
        margin-bottom: 10px;
      }

     .table-container  td{
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
      }

     .table-container  td::before{
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
      }

     .table-container  td:nth-of-type(1)::before{
        content: "#";
      }

    .table-container   td:nth-of-type(2)::before{
        content: "Name";
      }

    .table-container   td:nth-of-type(3)::before{
        content: "UID";
      }

    .table-container   td:nth-of-type(4)::before{
        content: "Batch";
      }

    .table-container   td:nth-of-type(5)::before{
        content: "Finger 1";
      }

    .table-container   td:nth-of-type(6)::before{
        content: "Finger 2";
      }
		
	.table-container td:nth-of-type(7)::before{
        content: "Finger 3";
      }
	 .table-container  td:nth-of-type(8)::before{
        content: "Finger 4";
      }
	  .table-container   td:nth-of-type(9)::before{
        content: "Action";
      }
      
      

    }