#timer .timer-flipchart-face
{
	background-color:#eee;
	font-size:30px;
	color:#000;
	font-family:'Comfortaa';
}

#timer .timer-separator
{
	padding-top:12px!important;
	padding-bottom:12px!important;
}

#timer .timer-flipchart-bounding
{
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
}

#timer .timer-flipchart-top, 
#timer .timer-flipchart-front
{
	padding-left:8px;
	padding-right:8px;
	padding-top:12px;
	padding-bottom:0px;
}

#timer .timer-flipchart-bottom, 
#timer .timer-flipchart-back
{
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:12px;
}
#timer .timer-flipchart-top, 
#timer .timer-flipchart-front 
{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#timer .timer-flipchart-bottom, 
#timer .timer-flipchart-back 
{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#timer .timer-flipchart-bottom:after 
{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#timer .timer-flipchart-front:after, 
#timer .timer-flipchart-top:after
{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#timer .timer-flipchart-card 
{
	border-radius:10px;
}