#map {
    position: absolute;
    left: 250px;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
}

#sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    padding: 10px;
    overflow-y: scroll;
}

#sidebar h3 {
    font-size: 14pt;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

#hours {
    margin-bottom: 20px;
}

.bar {
    margin-bottom: 4px;
    height: 16px;
    width: 0;
    background-color: #3498DB;
    box-shadow: 4px 4px 8px #ccc;
    border-radius: 3px;
}

.tooltip-inner {
    white-space: nowrap;
}

.tooltip {
    position: fixed;
}
