a:link, a:active, a:visited { color: #48dad3 !important; }
a:hover { color: #a6eded; text-decoration: none !important}

.pagination li.active span, .pagination li a:hover, .global_unread:before, .global_unread_mine:before, .global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread:before, .announce_unread_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread:before, .forum_unread_locked:before, .forum_unread_subforum:before, .sticky_unread:before, .sticky_unread_mine:before, .sticky_unread_locked:before, .sticky_unread_locked_mine:before, .pm_unread:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before, .topic_unread_locked:before, .topic_unread_locked_mine:before {
}

/* Box shadow for unread pulse icons */
@-webkit-keyframes UnreadPulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(18, 246, 235, 0.841);
	}
	70% {
		-webkit-box-shadow: 0 0 0 8px rgba(18,148,246,0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(18,148,246,0);
	}
}
@keyframes UnreadPulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(18, 246, 235, 0.841);
	  box-shadow: 0 0 0 0 rgba(18, 246, 235, 0.841);
	}
	70% {
		-moz-box-shadow: 0 0 0 8px rgba(18,148,246,0);
		box-shadow: 0 0 0 8px rgba(18,148,246, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(18,148,246,0);
		box-shadow: 0 0 0 0 rgba(18,148,246,0);
	}
}
