@charset "UTF-8";

.TableData thead th {
  text-align: center;
}
.TableData tbody th {
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .Table__inner .TableData {
    white-space: normal;
    width: 1000px;
  }

  .Table__inner .TableData colgroup col:first-child {
    width: 20%;
  }
}
