
/* v4.7.1 volcano visibility: operationally distinct from orange FIRMS fire points */
.volmark{
 width:30px!important;height:30px!important;font-size:27px!important;
 color:#ff3f5f!important;
 background:radial-gradient(circle,rgba(255,63,95,.26) 0,rgba(255,63,95,.10) 46%,transparent 68%)!important;
 border-radius:50%!important;
 text-shadow:0 1px 2px #000,0 0 6px #ff183f,0 0 13px rgba(255,24,63,.95)!important;
 filter:drop-shadow(0 0 5px rgba(255,48,79,.9))!important;
}
.volmark.recent{
 width:38px!important;height:38px!important;font-size:34px!important;color:#fff0d5!important;
 background:radial-gradient(circle,rgba(255,72,34,.42) 0,rgba(255,33,61,.20) 48%,transparent 70%)!important;
 text-shadow:0 1px 2px #000,0 0 5px #fff,0 0 11px #ff3928,0 0 20px #ff183f!important;
 animation:ewVolPulse 1.8s ease-in-out infinite!important;
}
.volmark.old{opacity:1!important;font-size:25px!important;color:#ff5368!important}
@keyframes ewVolPulse{0%,100%{filter:drop-shadow(0 0 4px rgba(255,48,79,.75))}50%{filter:drop-shadow(0 0 11px rgba(255,48,79,1))}}
