body{
  background:rgb(204,204,204);
}

div.page{
  background:white;
  display:block;
  margin:0 auto;
  border-bottom:1px solid #333;
  padding:0px 30px;
}

div.A4{
  width:21cm;
  height:29.7cm;
}

div.A4.landscape{
  width:29.7cm;
  height:21cm;
}

section.sec-cont{
  height:1000px;
  overflow-y:hidden;
}

p.pgno{
  margin-top:20px;
  text-align:center;
}

div.A3{
  width:29.7cm;
  height:42cm;
}

div.A3.landscape{
  width:42cm;
  height:29.7cm;
}

div.A5{
  width:14.8cm;
  height:21cm;
}

div.A5.landscape{
  width:21cm;
  height:14.8cm;
}

span.hd-name{
  font-size:18px;
}

div.page-header{
  padding:30px 10px 10px 10px;
  border-bottom:1px solid navy;
  margin:0px;
  height:60px;
  margin-bottom:10px;
}

span.hd-class{
  float:right;
  font-size:18px;
}

div.container{
  margin:0px;
  width:100%;
  padding:0px;
}

p.tbl-desc{
  padding:15px 0px 10px 0px;
  font-size:16px;
}

.col-no{
  width:50px;
  text-align:center;
}

.col-kind{
  width:60px;
  text-align:center;
}

.col-AC{
  width:120px;
}

table, th, td{
  border:1px solid #333;
}

