/*
    Created on : 23.02.2017, 18:09:03
    Author     : oem
*/
#svg{overflow:visible !important;}
circle.pulse{-webkit-animation-name:pulse;-webkit-animation-duration:1s;-webkit-transform-origin:center center;-webkit-animation-timing-function:linear;animation-name:pulse;animation-duration:1s;transform-origin:50% 30%;animation-iteration-count:infinite;animation-timing-function:linear;}


