body #rap-countdown.rap-finished,
body .rap-countdown.rap-finished{ color:#d00 !important; font-weight:700 !important; }
body #rap-countdown.rap-urgent,
body .rap-countdown.rap-urgent{ color:#d00 !important; }
body #rap-countdown.rap-flash,
body .rap-countdown.rap-flash{ color:#d00 !important; animation: rapFlash 1s steps(2, start) infinite; font-weight:700 !important; }
@keyframes rapFlash { 0% { opacity:1; } 50% { opacity:0.2; } 100% { opacity:1; } }