/* display98192 / table.ptyx */
table.ptyx {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border: 0;
  background: #fff;
}
table.ptyx thead th,
table.ptyx th {
  padding: 5px;
  color: #ff0;
  font-size: 24px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to top, #5e1186, #fb82fb);
}
table.ptyx td {
  padding: 3px 5px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
  table.ptyx {
    font-size: 16px;
  }
  table.ptyx th {
    font-size: 18px;
  }
}
