
#locations_bar
{
    position: fixed;
    top: 0px;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #a7cebc;
    border-right: 1px solid #000;
    z-index: 1000;
    text-orientation:sideways;
    writing-mode: sideways-lr;
    text-align: center;
}

#locations_bar h3
{
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 22px;
    color: #4d4c4c;
    font-weight: bold;
}

#locations_bar h3 a
{
    color: #4d4c4c;
    text-decoration: none;
}

#locations_bar h3 a:hover
{
    color: #000;
    text-decoration: underline;
}

#switch_location_dialog
{
    padding: 0;
    border-color: #8a6d3b;
}

#switch_location_dialog button#dismiss-button
{
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 10%;
}

.container-fluid {
    margin-left: 40px !important;
}
