html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;

    font-family: sans-serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 45px;

    padding: 6px;
}

#details {
    display: none;
}

#schedule {
    display: none;
}

#spinner {
    display: none;
}

#spinner p {
    margin-top: 6px;
    text-align: center;
}

#alert {
    display: none;
}

#map {
    position: fixed;
    top: 45px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;

    border-top: 2px solid #666;
}

.detail-link {
    font-size: smaller;
    font-weight: 800;
}

.via-title {
    font-size: smaller;
    font-style: italic;
}

.via {
    font-size: smaller;
    font-style: italic;
}

.detail_dept td {
    background-color: #ffc;
}
