@charset "utf-8";

.main-table {
  border-collapse : collapse;
  border : 2px;
}

td {
  width  : 30px;
  height : 30px;
  border-width : 1.2px;
}

select {
  width  : 40px;
  height : 40px;
  border-width : 1.2px;
  font-size : 12px;
}

