/*

 * Author - Harshen Amarnath Pandey
 * Version - 1.0.8
 * Release - 18th April 2015
 * Copyright (c) 2014 - 2018 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   border-style: solid;
}

.colorDefinition {
	background: #000000;
	color: #D5D5D5;
	border-color: #646464;
	padding: 5px;
}

.size_xl {
   font-size:1.8em;
   border-width: 8px;
   border-radius: 6px;
}

.size_lg {
   font-size:1.5em;
   border-width: 7px;
   border-radius: 5px;
}

.size_md {
   font-size:1.2em;
   border-width: 5px;
   border-radius: 4px;
}

.size_sm {
   font-size:1.1em;
   border-width: 3px;
   border-radius: 3px;
}

.size_xs {
   font-size:0.8em;
   border-width: 2px;
   border-radius: 2px;
}
.displayformat {
	font-size:0.6em;
	font-style: italic;
}
