th{
    text-align: center;
}
#dates_and_price h1.title {
    color: #6a6c64;
    font: 30px/30px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/*Táblázat*/
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
    vertical-align: middle !important;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.first-grey{
    color:white;
    background: #2C2B29;
}

@media screen and (max-width: 992px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {

        display: block;
        margin-bottom: 3.625em;
    }

    table td {
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td span.inner-td {
        white-space: nowrap;
    }
    table td.tour{
        text-align: center;
        font-size: 11px;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }

    table td:last-child {
        border-bottom: 0;
    }
}
.slider.subpage{
    background-image: url(/roadmasters/Assets/media/slider/subpage-2.jpg) !important;
}