* { box-sizing: border-box; }


.sidebar {
    position: relative;
    width: 33.3333%;
    height: 100%;
    top: 0; left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,0.25);
}

.pad2 { padding: 20px; }
.quiet { color:#888; }

.map {
    position: relative;
    left: 33.3333%;
    width: 66.6666%;
    top: 0; bottom: 0;
}

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings .item:last-child { border-bottom: none; }

.listings .item .title {
    display: block;
    color: #00853e;
    font-weight: 700;
}

.listings .item .title small { font-weight: 400; }
.listings .item.active .title,
.listings .item .title:hover { color: #8cc63f; }
.listings .item.active { background-color: #f8f8f8; }

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    background: #00853e;
    border-radius: 0;
}

.clearfix { display: block; }
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Marker tweaks */
.leaflet-popup-close-button {
    display: none;
}
.leaflet-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    padding: 0;
    width: 200px;
}
.leaflet-popup-content-wrapper {
    padding: 0;
}
.leaflet-popup-content h3 {
    background: #91c949;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
}
.leaflet-popup-content div {
    padding: 10px;
}
.leaflet-container .leaflet-marker-icon { cursor: pointer; }
