#sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 16px;
  table-layout: fixed;
}
#sub table td,
#sub table th {
  border: none;
  border-top: 1px solid #26604F;
  height: 100px;
  font-weight: 600;
}
#sub table td .small,
#sub table th .small {
  font-size: 10px;
}
#sub table th {
  height: 120px;
}
#sub table td:first-child,
#sub table th:first-child {
  border-left: none;
}
#sub table tr:first-child td,
#sub table tr:first-child th {
  border-top: none;
}
#sub table td:last-child,
#sub table th:last-child {
  border-right: none;
}
#sub table th {
  border-bottom: 3px solid #26604F;
}
#sub table td {
  border-bottom: 1px solid #26604F;
}
#sub .subtitle {
  margin-bottom: 8px;
}/*# sourceMappingURL=ticket.css.map */