

#map_tooltips {
  width:100%;
  height:auto;
  overflow:visible;
  border-bottom:2px solid #B7B7B7;
  padding-bottom:15px;
  margin-bottom:20px;
  padding-top:15px;
      display: inline-flex;
}
/*#main_content #map_tooltips li {
  margin:0;
  padding:0;
  list-style-type:none;
  display:inline-block;
  padding-left:29px;
  padding-right:10px;
  color:#57564a;
  font-size:11px;
  line-height:34px;
  background-position:left center;
  background-repeat:no-repeat;
  overflow:hidden;
}*/
#main_content #map_tooltips li p {
  margin:0;
  padding:0;
}
 #map_tooltips> li.yellow {
  //background-image:url(../images/map_markers/yellow.png) !important;
  list-style-image: url(../images/map_markers/yellow.png);
   margin-left: 30px;
 
    background-repeat: no-repeat
}
 #map_tooltips> li.blue {
  //background-image:url(../images/map_markers/blue.png) !important;
      list-style-image: url(../images/map_markers/blue.png);
    background-repeat: no-repeat;
  margin-left: 30px;
  
}
#map_tooltips >li.orange {
  //background-image:url(../images/map_markers/orange.png) !important;
      list-style-image: url(../images/map_markers/orange.png);
  margin-left: 30px;
    background-repeat: no-repeat;
}
 #map_tooltips> li.green {
  //background-image:url(../images/map_markers/green.png) !important;
      list-style-image: url(../images/map_markers/green.png);
    background-repeat: no-repeat;
  margin-left: 30px;
}
