.pdf-column {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .pdf-column {
    width: 3em;
  }
}

body > div main table td span {
  display: block;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
}
