

/* table */
.daycations-table-wrap {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.daycations-table-wrap .swipe-img {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9999;
}
.daycations-table {
    width: 100%;
}
.daycations-table .station-main {
    text-transform: uppercase;
    font-weight: bold;
}
.daycations-table .station-title {
    color: white;
}
.daycations-table br {
    display: none;
}
.daycations-table .spacer {
    width: 10px;
    padding: 0;
    background: none !important;
}
.daycations-table th {
    padding: 30px 20px;
}
.daycations-table td {
    padding: 15px 20px;
}
.daycations-table th {
    color: #0164c1;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.daycations-table td {
    text-align: center;
    color: #444;
}
.daycations-table tr th:first-child,
.daycations-table tr td:first-child {
    background-color: hsla(206, 100%, 36%, 1) !important;
    text-align: left;
    min-width: 220px;
}
.daycations-table tr:nth-child(odd) td:first-child {
    background-color: #005fab !important;
}
/* col */
.daycations-table tr th:nth-child(odd) {
    background: #dde0e3;
}
.daycations-table tr td:nth-child(odd) {
    background: #caced0;
}
.daycations-table tr:nth-child(even) td:nth-child(odd) {
    background: #dde0e3;
}
/* col 2 */
.daycations-table tr th:nth-child(even) {
    background: white;
}
.daycations-table tr td:nth-child(even) {
    background: #EBEFF2;
}
.daycations-table tr:nth-child(even) td:nth-child(even) {
    background: white;
}

@media only screen and (max-width: 600px) {
    .daycations-table br {
        display: block;
    }
    .daycations-table tr th:first-child,
    .daycations-table tr td:first-child {
        min-width: 200px;
    }
}