@charset "UTF-8";
table#atend{
   width: 98%;
   border: 2px solid #000;
}
table#atend tr td:nth-child(2),
table#atend tr td:nth-child(3),
table#atend tr td:nth-child(4),
table#atend tr td:nth-child(5),
table#atend tr td:nth-child(6),
table#atend tr td:nth-child(7),
table#atend tr td:nth-child(8),
table#atend tr td:nth-child(9)
{
   width: 9%;
   text-align: center;
}
tr.top{
   border-bottom: 3px double #000;
   background-color: beige;
}
tr.sita{
   border-top: 3px double #000;
   background-color: beige;
}