.rct-wrapper { width: 100%; }
.rct-scroll  { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.rct-table   { width: 100%; border-collapse: collapse; font-size: 15px; }
.rct-table th,
.rct-table td { padding: 14px 18px; border: 1px solid #d0e6d8; text-align: left; vertical-align: top; }
.rct-header th { background-color: #1a3c2e; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.rct-body tr:nth-child(odd)  { background-color: #ffffff; }
.rct-body tr:nth-child(even) { background-color: #f4f9f6; }
.rct-body tr:hover           { background-color: #e6f2eb; transition: background .2s; }
.rct-adventure { display: block; font-weight: 700; color: #1a3c2e; margin-bottom: 4px; }
.rct-badge     { display: inline-block; background-color: #e8a020; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 2px 8px; border-radius: 20px; }
@media (max-width: 600px) {
  .rct-table th, .rct-table td { padding: 10px 12px; font-size: 13px; }
}