body {
    background-color: black;
    color: black;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.output {
    color: white;
}
.header {
    height: 14.4444vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffd300;
}
.depatures_table{
    height: 14.4444vh;
    width: 100vw;
    position: absolute;
    top: 14.4444vh;
    left: 0;
    right: 0;
    border-collapse: collapse;
}
td {
    height: 5vw;
    border-bottom: .1852vh solid #4b4c4f;
}
.train {
    width: 5.208%;
    position: absolute;
    top: 1.562vw;
    left: 1.562%;
    border: 0.1vw solid black;
    border-radius: 50%;
}
.header_taxt {
    position: absolute;
    top: 1.4vw;
    left: 8vw;
    font-size: 4.375vw;
    font-weight: 500;
}
.header_taxt>b {
    font-size: 4.375vw;
    font-weight: 300;
}
.sporTrack {
    font-size: 1.562vw;
    font-weight: 500;
    width: 1vw;
    position: absolute;
    top: 2vw;
    left: 57vw;
}
.sporTrack>b {
    font-size: 1.562vw;
    font-weight: 300;
}

.clock_container {
    position: absolute;
    top: 1.562vw;
    right: 1vw;
    font-size: 4.375vw;
    font-weight: 500;   
}
#hour {
    float: left;
}
#blink {
    float: left;
}
#minute {
    float: left;
}
.airport {
    height: 1.2vw;
}

/* Info */

.depContainer {
    width: 99vw;
    height: 5vw;
    display: flex;
    align-items: center;
    margin: 0;
}

.depTime {
    font-size: 2.916vw;
    font-weight: 500;
    margin-left: 1vw;
}
.depLine {
    width: 4.8046875vw;
    height: 2.1484375vw;
    margin-left: 3vw;
}
.depName {
    font-size: 2.916vw;
    font-weight: 500;
    margin-left: 0.5vw;
    width: 24.5vw;
}
.depDisrupt {
    font-size: 2.916vw;
    font-weight: 500;
    width: 15vw;
    color: #ffd300;
}
.depTrack {
    font-size: 2.916vw;
    font-weight: 500;
    text-align: center;
    width: 6vw;
}
.depMsg {
    font-size: 1.614vw;
    width: 28vw;
}
.depMsg_dis {
    font-size: 1.614vw;
    width: 28vw;
    color: #ffd300;
}
.depOp {
    width:  3.0859375vw;
    height:  3.0859375vw;
    margin-left: 6vw;
}

.blank {
    display: none;
}

/* iframe */

.iframe_avganger {
    width: 100vw;
    height: 56.25vw;
    max-height: 100vh;
    max-width: 177.78vh; /* 16/9 = 1.778 */
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
}