/* ENTER YOUR CSS OVERRIDES IN THIS FILE -- Created by K. Lee 10-24-2014 - a meta link to this file has been added to the template */

#map {
    overflow: hidden;
    /* new parameters added to override default Store Locator layout */
	width: 350px;
float: right;
}

#div.row-fluid {
	border-bottom: 1px solid #333;
}

#sl_sidebar {
    overflow: auto;
    font-size: 0.9em;
    float: left;
    margin-left: 10px;
    width: 165px;
    border-right: 1px solid #333 !important;
    height: 400px !important;
}

#sl_sidebar .result-container {
    cursor: pointer;
    margin: 0px;
    display: inline-block;
    width: 100% !important;
}