.main {
    height: 297mm;
    width: 235mm;
    margin: auto;
  }
#logo{
    height: 60px;
    margin: 0 auto;
    padding-top: 15px;
}
.table{
    margin: auto;
}
.table, th, td{
    border-collapse: collapse;
    border:1px solid black;
}
#name{
    text-align: center;
    height: 30px;
    background-color: rgb(111, 154, 194);
}
.lightblue{
    width: 10px;
    background: rgb(200, 230, 243);
}
.darkblue{
    background-color: rgb(111, 154, 194);
    text-align: center;
}
#date{
    border: none;
    outline: none;
    width: 55px;
}
#serial{
    border: none;
    outline: none;
    width: 28px;
}
.details{
    padding-left: 10px;
    outline: none;
    width: 600px;
    border: none;
}
.no{
    border: none;
    outline: none;
    width: 110px;
    text-align: center
}
.description{
    border: none;
    outline: none;
    width: 410px;
    text-align: center;
}
.uom{
    border: none;
    outline: none;
    width: 80px;
    text-align: center;
}
.qty{
    border: none;
    outline: none;
    width: 75px;
    text-align: center;
}
.return{
    border: none;
    outline: none;
    width: 75px;
    text-align: center;
}
.phone{
    outline: none;
    border: none;
    text-align: center;
}
.company{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 10px;
}