body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    background: #c8c8c8 url(../img/loading.gif) no-repeat center center;
}

html, body, #map {
    height: 100%;
}

#overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    padding: 0 15px;
}

#splash {
    margin: auto;
    max-width: 420px;
    height: 310px;
    position: relative;
    top: 50%;
    margin-top: -180px;
    color: #fff;
    border-radius: 25px 30px;
    padding: 30px;
    background: #11169; /* Old browsers */
    background: -moz-linear-gradient(top,    rgba(76,80,84,.95) 0%, rgba(59,62,66,.95) 36%, rgba(17,22,25,.95) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top,    rgba(76,80,84,.95) 0%,rgba(59,62,66,.95) 36%,rgba(17,22,25,.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,    rgba(76,80,84,.95) 0%,rgba(59,62,66,.95) 36%,rgba(17,22,25,.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,    rgba(76,80,84,.95) 0%,rgba(59,62,66,.95) 36%,rgba(17,22,25,.95) 100%); /* W3C */
    -moz-box-shadow:        2px 3px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
    box-shadow:                 2px 3px 5px rgba(0,0,0,.5);
}

#splash a {
    color: white;
}

#splash .scroller {
    height: 180px;
    overflow: auto;
}

#splash .logo {
    position: absolute;
    left: -32px;
    top: -55px;
}

#splash h1 {
    margin: 0 0 23px 0;
    text-align: center;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

#splash button {
    width: 100%;
    height: 44px;
    background: #a72726;
    color: white;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 23px;
    border-radius: 7px;
    margin: 23px 0 0 0;
}

#splash button:hover {
    background: #971716;
}

#logo-button {
    display: none;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 999;
    background: transparent;
}

#logo-button img { position: relative; }
#logo-button:hover img { bottom: 2px; }

div.error {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -70px;
    text-align: center;
}

.bikeshare-control-slider {
    clear: none;
    background: #fff;
    padding: 0 9px;
    width: 320px;
}

#selected-time {
    font-size: 23px;
    font-weight: bold;
    line-height: 53px;
    width: 94px;
    margin-right: 9px;
    float: left;
}

#time-slider {
    margin-top: 20px;
    width: 206px;
}

#toggle-advanced {
    float: right;
    background: none;
    color: #a72726;
}

#toggle-advanced:hover { text-decoration: underline; }

#advanced {
    clear: both;
    padding-bottom: 9px;
    display: none;
}