.navbar {
    margin-bottom: 0px;
}

.navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.img-polaroid {
    margin-bottom: 10px;
}

#map {
    border: 1px solid #717D7D;
    margin: 2px;
    width: 100%;
    height: 650px;
}

#github_badge {
    z-index: 2000;
    position: absolute;
    top: 0px;
    right: 0px;
}

#social {
    height: 30px;
    width: 300px;
    margin: 0 auto;
}

#social > div {
    width: 90px;
    overflow: hidden;
    float: left;
}

#integration li {
    margin-bottom: 10px;
}

.lineMap {
    width: 100%;
    height: 200px;
    border: 1px solid #717D7D;
    margin: 2px;
}

.vehicle {
    margin-bottom: 20px;
}

.vehicle .lineCode {
    font-size: 40px;
    font-weight: bold;
    padding: 18px 0px 0px 5px;
    height: 38px;
    border-radius: 6px;
    text-align: center;
}

.vehicle code {
    font-size: 10px;
}

.stop_passed {
    color: #CACACA;
}

/* START Small screens */
body.mobile {
    margin-top: 0px;
    padding-top: 5px;
}

body.mobile #github_badge {
    display: none;
}

body.mobile .navbar {
    display: none;
}

body.mobile h2 {
    font-size: 1.2em;
    line-height: 1em;
}

body.mobile h4 {
    font-size: 0.8em;
    line-height: 1em;
    margin: 2px 0px;
}

body.mobile #social {
    display: none;
}

body.mobile #map {
    height: 300px;
}
