
/* === RadarAlarm Fullscreen Style === */

#radar-map.radar-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999;
}

.alt-high{color:orange;text-shadow:0 0 3px rgba(255,165,0,0.6);} 
