﻿#map {
    width: 100%;
    float: none;
}

#content {
    display: none;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    /*background: lightgrey;*/
}

#title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    padding: 5px;
    font-weight: bold;
    font-size: 130%;
    border-bottom: double lightgrey;
    z-index: 999;
}

#info {
    padding: 5px;
}

.schedule {
    margin-top: 2px;
    border-style: solid;
    border-left-width: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    /*border-radius: 5px;*/
    border-radius: 0px 10px;
}

.lineNumber {
    text-align: center;
    display: inline-block;
}

.container {
    cursor: pointer;
    overflow-x: hidden;
}

    .container:hover {
        background-color: whitesmoke;
    }

.line {
    position: relative;
    display: block;
    height: 60px;
    width: 5px;
    margin-left: 2px;
}

.bigstop {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    left: -5px;
    top: 15px;
    background: white;
}

.smallstop {
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid white;
    left: -3px;
    top: 22px;
}

.topmaskfilter {
    position: absolute;
    height: 30px;
    width: 10px;
    background: white;
    top: 0px;
    left: 0px;
}

.bottommaskfilter {
    position: absolute;
    height: 30px;
    width: 10px;
    background: white;
    top: 30px;
    left: 0px;
}

.stopname {
    position: absolute;
    font-size: medium;
    font-weight: bold;
    white-space: nowrap;
    top: 4px;
    left: 13px;
}

.connexions {
    position: absolute;
    top: 20px;
    left: 13px;
    width: 275px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stopwaitingtime {
    position: absolute;
    font-size: small;
    white-space: nowrap;
    top: 35px;
    left: 8px;
}
