 @media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px solid #ccc;
	  font-size: 14px;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: none;
      font-weight: bold;
	  margin-right: 10px;
font-size: 14px;min-width: 80px;
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 767px) {
.new-admision-form-box.bg-white table.table td {text-align: left;font-size: 13px;}
.new-admision-form-box.bg-white table.table td.action-td {text-align: center;}
.new-admision-form-box.bg-white table.table td.td-action-list::before {display:none;}
.new-admision-form-box.bg-white table.table tbody td:first-child {border-top:0 !important}
table td:before {font-size: 14px;}
.new-admision-form-box.bg-white table.table td.action-td a { line-height: 1; margin: 0; height: 26px;padding: 6px 12px; }
.new-admision-form-box.bg-white table.table td.action-td a.btn.btn-danger.btn-xs { margin-top: -1px; }
.td-status::before {position: absolute; left: 10px; top: 5px; }
.new-admision-form-box.bg-white table.table td.td-status { padding-left: 100px !important; position:relative;}
}