@charset "UTF-8";
table,tr,th,td {
    border: 1px solid #000;
}
td {
    width: 100px;
    height: 70px;
}
.center {
    text-align: center;
}
.top {
    vertical-align: top;
}