/*

 * 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;
}

table,tr,td{border:0 none;}

.colorDefinition {
    background:#d30600;
    color : #FFFFFF;
	padding:0 10px;
	height:50px;
}

.size_xl {
   font-size:50px;

}

.size_lg {
   font-size:40px;
 
}

.size_md {
   font-size:30px;

}

.size_sm {
   font-size:20px;

}

.size_xs {
   font-size:15px;

}