/**
*
* @package phpBB Extension - PhpBB Countdown
* @copyright (c) 2015 dmzx - http://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* @Author Stoker - http://www.phpbb3bbcodes.com
*
*/


.timecount{
	min-height:32px;
	color:#fefefe;
	font-size:22px;
	font-family: "Arial Black";
	text-align:center;
	margin-top:16px;
}

span.cd-time{
	color:#c2ad10;
}