﻿.resp-table {
    width: 100%;
    display: table;
    margin-bottom: 16px;
}
.resp-table-body {
    display: table-row-group;
}
.resp-table-row {
    display: table-row;
}
.table-body-cell {
    display: table-cell;
    border: 1px solid #004F59;
    padding: 0px 12px;
    vertical-align: middle;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #131E29;
    border-bottom: none;
    border-right: none;
}

    .table-body-cell:last-of-type {
        border-right: 1px solid #004F59;
    }

.resp-table-body .resp-table-row:first-of-type .table-body-cell {
    background: #004F59;
    color: #FFFFFF;
}

.resp-table-row:last-of-type .table-body-cell {
    border-bottom: 1px solid #004F59;
}

.resp-table-row .table-body-cell:nth-of-type(1), .resp-table-row .table-body-cell:nth-of-type(4) {
    width: 38%;
}

.resp-table-row .table-body-cell:nth-of-type(2), .resp-table-row .table-body-cell:nth-of-type(3) {
    width: 12%;
}

.loader-wraper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    opacity: .9;
    width: 100%;
}

    .loader-wraper > img {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 450px;
        height: auto;
        opacity: .9;
    }

.train-info-section {
    position: relative;
    min-height: 400px;
    width: 100%;
}

    .train-info-section h2 {
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 35px !important;
        color: #004F59 !important;
    }

#dvParentTrainInfo > div:nth-child(2n) {
    margin-bottom: 48px;
}

@media (max-width:767px) {
    .train-info-section h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}