/*
Theme Name: Medic
*/
#simplemap {
    display: inline-block !important;
    float: right;
    margin-left: 50px;
}
#map_search {
    width: 250px;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    display: inline-table;
}
.location_search_title {
    font-size: 22px;
    font-weight: bold;
    color: #5c9c0d;
    margin-bottom: 10px;
}
#results > div {
    padding: 10px;
    border: 5px solid #eee;
}
#results > div:nth-child(even) {
    background: #eee;
}
#simplemap-updating {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    text-align: center;
    background: #fff;
}
#simplemap-updating img {
    padding-top: 90px;
}
#map_search, #simplemap, #results {
    text-align: left;
}
.markertext {
    overflow: auto !important;
    height: auto !important;
}
.markertext p {
    margin-bottom: 0px;
    line-height: 1.5;
}
@media only screen and (max-width: 849px) {
    #map_search, #simplemap, #results {
        width: 100% !important;
    }
  }