.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;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

.full-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

#subway-cards {
    padding: 0 15px;
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: hidden;
}

.card {
    font-size: 23px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

#top-bar {
    width: 100%;
    height: 105px;
    text-align: center;
    background-color: #4e555b;
    line-height: 105px;
}

#top-bar > img {
    float: left;
    width: auto;
    height: 105px;
}

#top-bar > #station-name {
    font-size: 45px;
    font-weight: bold;
}

#top-bar > #time {
    float: right;
    margin-right: 25px;
    font-size: 35px;
}

@media (max-width: 700px) {
    #time {
        display: none;
    }
}

@media (max-width: 630px) {
    #top-bar > img {
        display: none;
    }
}

@media (max-width: 450px) {
    #top-bar {
        height: 50px;
        line-height: 50px;
        background-color: rgba(255, 255, 255, 0) !important;
        text-shadow:
                -2px -2px 0 #000,
                2px -2px 0 #000,
                -2px 2px 0 #000,
                2px 2px 0 #000;
    }
}