.App {
    height: 297mm;
    width: 235mm;
    margin: auto;
  }
  .extraline{
    height: 20px;
  }
  #poname{
    color: #267ead;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .name {
    margin: 10px 0 0 15px;
    font: bold 25px rgb(13, 148, 206);
  }
  .logo {
    height: 50px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .datebox, .pobox {
    width: 95px;
    border: none;
    outline: none;
    background-color: rgb(200, 230, 243);
  }
  #number{
    width: 33px;
    background-color: rgb(200, 230, 243);
    border: none;
    outline: none;
  }
  #search{
    text-align: end;
  }
  #date,#maindate,#serial{
    width: 70px;
    background-color: rgb(200, 230, 243);
    border: none;
    outline: none;
  }
  #tax{
    width: 45px;
    border: none;
    outline: none;
    text-align: center;
    font-weight: bold;
  }
  .gst{
    width: 85px;
    text-align: end;
    border: none;
    outline: none;
  }
  table, th, td {
    border:1px solid black;
    border-collapse: collapse;
  }
  .qty{
    width: 46px;
    text-align: end;
    border: none;
    outline: none;
  }
  .unit{
    width: 80px;
    text-align: center;
    border: none;
    outline: none;
  }
  .gstbox{
    width: 52px;
  }
  .gstbox1{
    border: none;
  }
  .select{
    border: none;
  }
  .total {
    width: 75px;
    text-align: end;
    border: none;
    outline: none;
    height: 14px;
    background-color: rgb(200, 230, 243);
  }
  .requisitioner{
    width: 300px;
    border: none;
    outline: none;
  }
  .shipvia{
    width: 120px;
  }
  .item {
    width: 400px;
    border: none;
    outline: none;
  }
  .item1 {
    width: 50px;
    border: none;
    outline: none;
    text-align: center;
  }

  .description {
    width: 280px;
    border: none;
    outline: none;
  }
  .hsn{
    width: 120px;
    border: none;
    outline: none;
    text-align: center;
  }
  .shippingterm {
    width: 190px;
    border: none;
    outline: none;
  }
  .shipvia, .select, .dropbox, .storing, .count,.fob {
    border: none;
    outline: none;
  }
  .lightblue {
    background-color: rgb(200, 230, 243);
  }
  .darkblue {
    background-color: rgb(111, 154, 194);
  }
  #headingcenter, .select, .dropbox, .storing, .count, #center, #podate,.search,.printbutton {
    text-align: center;
  }
  .poproject {
    background-color: rgb(200, 230, 243);
    border: none;
    outline: none;
  }
