.table {
    background-color: rgba(255, 255, 255, 0.53);
}

.table-borderless th, .table-borderless td {
    border: 0;
}

.center {
    text-align: center;
}

h1, h2, h3 {
    color: #ffffff;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

#date-time {
    padding-top: 10px;
}

.full-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

.line-through {
    text-decoration: line-through;
}

#time-top {
    display: none;
}

#tableTrainsHeader {
    text-align: center;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

td, th {
    padding: 0 !important;
    font-size: 35px;
}

@media (max-width: 1000px) {
    td, th {
        font-size: 27px;
    }
}

@media (max-width: 700px) {
    .status-train {
        display: none;
    }
}

@media (max-width: 500px) {
    thead {
        display: none;
    }

    td {
        line-height: 1.3;
        text-align: center;
        border-bottom: 1px solid #4e555b !important;
    }

    #main-title {
        margin: 0;
        font-size: 37px;
    }

    #time-top {
        display: inherit;
    }

    #date-time {
        display: none;
    }

    .name-train {
        display: none;
    }
}