/* classes used in FutureDateCountdown */
.fd_date_future { color:black; font-weight:bold; } /* if target date not reached yet, use this style to display it */
.fd_date { text-decoration:blink; font-weight:bold; color:#fff; background:red; padding:2px 4px; } /* if target date is today, display it using this style */
.fd_date_past { color:red; } /* if target date is past, use this style to display it */
.fd_daysuntil { font-size:180%; font-weight:bold; color:red; } /* style to display current countdown number */
.fd_strikeoutnums { color:#666; font-weight:bold; font-size:150%; font-style:italic; } /* additional styling possible for numbers displayed with strike-throughs */
.fd_0day_msg { background:#FFFF99; } /* style for displaying $fd_phrase_when_zero */
.fd_countdown_msg { font-style:normal; } /* style for displaying $fd_phrase */
.fd_pastcountdown_msg { color:darkred; } /* style for displaying $fd_phrase_when_negative */
