@charset "utf-8";
.table-2col .width {
  display: inline-block;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .table-2col .width {
    width: 60px;
  }
}
