/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customize by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/

/* Reset */
.fc-panel div, .fc-panel ul, .fc-panel li, .fc-panel span, .fc-panel img {
	margin: 0;
	padding: 0;
	border: 5px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	max-width: none;
}

.fc-colon {
	position: relative;
	display: inline-block;
	color:#fff;
	zoom: 1;
	*display: inline;
	width:0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif; /* The font for the digit, check out google webfonts for more cool fonts */
	margin-right: 5px; /* offset between each unit */


}


.fc-panel .fc-digitUnit, .fc-panel {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif; /* The font for the digit, check out google webfonts for more cool fonts */
	margin-right: 2px; /* offset between each unit */
	border: 1px solid; /* Set here the border thickness */
	opacity:.9;
	font-weight:bold;
	
	
	color:#6F0205; /* Set here the color of the font */
	-webkit-border-radius: 8px; /* Border radius - CSS3 */
	border-radius: 8px;
	
}

.fc-panel .fc-captions {
	margin-top:3px; /* Set here the offset between units and the captions */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#822613;
		display:block;
	text-align: center;
}

.fc-panel .fc-width {
	width: 40px; /* The width for the digits */
}

.fc-panel .fc-height {
	height: 50px; /* The height for the digits and colon */
	line-height: 50px; /* When change height, change also line-height to the same value */
}

.fc-panel .fc-colon-width {
	width: 12px; /* The width for the colon */
}
.fc-seconds-wrapper{
	height:76px;
	
}

.fc-panel .fc-font {
	font-size: 24px; /* The size for the font */
}

.fc-panel .fc-digit-offset {
	top: 30px; /* The top offset between the digits, in previous versions it was the topDigitOffset option */
	bottom: 30px; /* The bottom offset between the digits, in previous versions it was the bottomDigitOffset option */
}



/* Do not change anything from here! */

.fc-panel {
	zoom: 1; 
}

.fc-panel:before, .fc-panel:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fc-panel:after { clear: both; }

.fc-panel > div {
	float: left;
}

.fc-panel ul.fc-digits {
	margin: 0px;
	padding: 0px;
	list-style: none;		
}

.fc-panel ul.fc-digits li {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-digitOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-colon > div {
	text-align: center;
}