.small {
    max-width: 100px;
}

/****** Maps *****/
/****** fixes issue of google layer overlapping the markers *****/
.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}

.sscluster {
    width: 35px !important;
    height: 35px !important;
    background-color: greenyellow;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 0 10px 0 #000;
}
.hidden-full {
    display:none;
}

.safetymap .content-map{
margin-left:0px;
}
.safetymap .content-map .span12{
margin: 0 auto;
float: none;
}
.top5 {
    margin-top: 5px;
}

.text-small {
font-size: 10px;
}

.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}

#neighbourhood_filter {
    display: none;
}
#external_filter_container_wrapper {
  margin-bottom: 20px;
}

#external_filter_container {
  display: inline-block;
}
.tinytext {
    font-size: 11px;
}