.map-marker .dot,.pulse{position:absolute;box-sizing:border-box}.map-marker,.map-marker .dot,.pulse{box-sizing:border-box}#chartdiv{width:100%;height:500px;overflow:hidden;position:relative;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.map-marker{margin-left:-8px;margin-top:-8px}.map-marker.map-clickable{cursor:pointer}.pulse{width:10px;height:10px;border:5px solid #e1341e;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:red;z-index:10}.map-marker .dot{border:10px solid #e1341e;background:0 0;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;height:50px;width:50px;-webkit-animation:2s ease-out infinite pulse;-moz-animation:2s ease-out infinite pulse;animation:2s ease-out infinite pulse;top:-20px;left:-20px;z-index:1;opacity:0}@-moz-keyframes pulse{0%{-moz-transform:scale(0);opacity:0}25%{-moz-transform:scale(0);opacity:.1}50%{-moz-transform:scale(.1);opacity:.3}75%{-moz-transform:scale(.5);opacity:.5}100%{-moz-transform:scale(1);opacity:0}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(0);opacity:.1}50%{-webkit-transform:scale(.1);opacity:.3}75%{-webkit-transform:scale(.5);opacity:.5}100%{-webkit-transform:scale(1);opacity:0}}