table.workshop {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}
table.workshop th {
  background: #e0e2e4;
  border: 2px solid #cfd1d3;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.3rem;
  width: 2.5rem;
  text-indent: 0;
}
table.workshop td {
  border: 2px solid #cfd1d3;
  padding: 0.3rem;
  font-size: 0.875rem;
  text-indent: 0;
}

@media print, screen and (min-width: 769px) {
  table.workshop {
    width: 560px;
    margin: auto;
    border: 2px solid #cfd1d3;
    margin-bottom: 12px;
  }
  table.workshop th {
    text-align: left;
    width: 50px;
    padding: 3px 6px;
    color: #333;
  }
  table.workshop td {
    padding: 3px 6px;
    color: #333;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */