
body {
    height: 800px;
    font-family: 'Fira Mono', 'Courier New',  monospaced;
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.all, .main {
    display: flex;
    justify-content: center;
}

.all {
    flex-direction: column;
}

section, header, iframe {
    margin: 10px;
    padding: 20px;
}

.footer {
    margin: 0px auto;
    font-size: 200px;
}

.stop_header {
    font-size: 36px;
}

td {
    padding-right: 30px;
}

.number {
    text-align: right;
}

.symbol img {
    width: 40px;
}

#sun {
    float: right;
}

.front {
    width: 720px;
    margin: 50px;
}

.stop-picker {
    display: none;
    background-color: black;
    border-radius: 20px;
    position: fixed;
    top: 200px;
    left: 66px;
    padding:20px;
    width: 80%;
    max-width: 666px;
    border: 1px solid;
}

.stop-picker .close {
    position: relative;
    float: right;
    cursor: pointer;
}

#stop-list li {
    list-style: none;
}

input, button, select  {
    border-radius: 5px;
    padding: 10px;
    font-family: 'Fira Mono', 'Courier New', monospaced;
    font-weight: bold;    
}

.map-size-selector {
    margin-bottom: 20px;
}

h1 {
    text-align: right;
}

#selected-stops-list {
    margin-top: 20px;
    margin-left: 20px;
    list-style: none;
}

#selected-stops-list li {
    margin: 10px;
}

.stop-name {
    display: inline-block;
    width: 70%;
}

.stop-type-select {
    width: 30%;
}

section div {
    margin-top: 10px;
}

.one-departure .line {
    text-align: right;
}
