/*

 * Author - Harshen Amarnath Pandey
 * Version - 1.0.5
 * Release - 09th June 2014
 * Copyright (c) 2014 - 2018 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   border-style: solid;
}

.colorDefinition {
    color : #FFFFFF;
    border-color: none;
	padding:6px 60px 6px 25px;
	display:block;
}
#countdowntimer h3 {
	color: #fff;
	display: block;
	position: relative;
	padding: 10px 0 15px 15px;	
	font:bold 30px/40px "Open Sans";
}
.entriesBlock table {
	margin:10px 0 14px 12px;	
}
.entriesBlock td {
	color: #fff;	
}

.size_xl {
   font-size:50px;
   border-width: 8px;
   border-radius: 6px;
}

.size_lg {
   font-size:46px;
   border-radius: 5px;
}

.size_md {
   font-size:30px;
   border-width: 5px;
   border-radius: 4px;
}

.size_sm {
   font-size:20px;
   border-width: 3px;
   border-radius: 3px;
}

.size_xs {
   font-size:15px;
   border-width: 2px;
   border-radius: 2px;
}

#countdowntimer {
	margin: 0 0 0;	
}