#logo{
    height: 60px;
    margin: 0 auto;
    padding-top: 15px;
}
.table{
    margin: auto;
}
.table, th, td {
    border:1px solid black;
    border-collapse: collapse;
}
.lightblue{
    background: rgb(200, 230, 243);
}
.darkblue {
    background-color: rgb(111, 154, 194);
    text-align: center;
}
#name{
    text-align: center;
    height: 30px;
}
#name, b{
    size: 20px;
}
#code{
    border: none;
    outline: none;
    width: 10px;
}
#date{
    border: none;
    outline: none;
    width: 55px;
}
#serial{
    border: none;
    outline: none;
    width: 28px;
}
.details{
    border: none;
    outline: none;
}
.address{
    width: 560px;
    border: none;
    outline: none;
}
.no{
    width: 33px;
    outline: none;
    border: none;
    text-align: center;
}
.description{
    width: 400px;
    outline: none;
    border: none;
}
.uom{
    width: 70px;
    outline: none;
    border: none;
}
.qty{
    width: 50px;
    outline: none;
    border: none;
}
.value{
    width: 80px;
    outline: none;
    border: none;
}
.purpose{
    width: 180px;
    border: none;
    outline: none;
}
.box{
    border: none;
    width: 340px;
    outline: none;
    text-align: center;
}
.seal{
   padding-top: 40px;
   text-align: center;
}
.sign{
    padding-top: 60px;
    text-align: center;
}