/* stopping bleeding */
* {
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #292929;
}
/*section with 3 div*/
section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 20px 20px;
    height: 90vh;
    justify-content: space-around;
    align-items: center;
}
.subsections {
    width: 50%;
    height: 100%;
}

#upload {
    background-color: transparent;
    border: none;
}

#vaskwrap{
    width: 912px;
    /* width: 950px; */
    height: 62%;
    overflow: hidden; 
    align-content: center;
    border-radius: 5px 5px;
    color: #FFFFFF;
    border-style:  solid;
}

#vask_iframe {
    -ms-zoom: 0.75;
    -moz-transform: scale(1.85);
    -moz-transform-origin: 50.5% 59.5%;
    -o-transform: scale(1.85);
    -o-transform-origin: 50.5% 59.5%;
    -webkit-transform: scale(1.85);
    -webkit-transform-origin: 50.5% 59.5%;
}
#Rejseplanen_S, #Rejseplanen_BUS{
    /*background-color: #000D2A;*/
    color: white;
}

.Rejseplanen_headline{
    color:#EABA2A;
    font-family: Verdana;
    font-size: 35px;
    border-style: solid;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: -3px;
    border-radius: 5px 8px 5px 5px;
    background-color: #000D2A
}

.vaskeri-headline{
    width: 94%;
    color:#FFFFFF;
    font-family: Verdana;
    font-size: 35px;
    border-style: solid;
    padding: 10px;
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: -1px;
    border-radius: 5px 5px;
    background-color: #262876
}

/* tables in both departures load from api */
#BUS_Table, #Train_Table {
    border-collapse: collapse;
    width: 100%;
    padding-top: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    background-color: #000D2A;
}

#BUS_Table th, #BUS_Table td {
    /*border-bottom: 2px solid #EABA2A;*/
    padding: 6.8px;
    font-family: Verdana;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

th {
    background-color: #04AA6D;
    color: white;
  }

tr:nth-child(even) {background-color: #2d333f;}

#Train_Table th, #Train_Table td {
    /*border-bottom: 2px solid #EABA2A;*/
    padding: 6.8px;
    font-size: 30px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
}

#clock {
    width: 100%;
    height: 340px;
    /* background-color: red; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 800%;
    padding-bottom: 9%;
    
}



