.node-landing th {
  font-family: 'Pragmatica Book';
  font-size: 23px !important;
}
@media (max-width : 980px) {
  .node-landing th {
    font-size: 40px !important;
    line-height: 45px;
  }
}
.node-landing td {
  font-family: 'PragmaticaMedium-Reg';
  font-size: 23px !important;
}
.node-landing .abon16 td {
  font-family: 'Pragmatica Book';
  font-size: 16px !important;
}

/* mobile safari only */
@media (max-width : 980px) {
  .mob-safari .node-landing th {
    font-size: 23px !important;
    line-height: 25px;
  }
}

.node-landing .roaming-table.fit th,
.node-landing .roaming-table.fit td {
  width: fit-content;
}

.node-landing .roaming-table {
  border: none;
  border-collapse: collapse;
}
.node-landing .roaming-table th,
.node-landing .roaming-table td {
  border: 1px solid #c3c3c3 !important;
  text-align: center;
  padding: 10px 15px;
  font-family: 'Pragmatica Book';
  font-size: 18px !important;
}
.node-landing .roaming-table th {
  font-weight: normal;
  background: #990ae3;
  color: #fff;
}
.node-landing .roaming-table.v2 th {
  background: #3BB7FF;
}
.node-landing .roaming-table.v3 th {
  background: #FF28B1;
}
@media (max-width : 980px) {
  .node-landing .roaming-table th,
  .node-landing .roaming-table td {
    font-size: 26px !important;
  }
}
