/*

 * Author - Harshen Amarnath Pandey
 * Version - 1.0.8
 * Release - 18th April 2015
 * Copyright (c) 2014 - 2018 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.style {
	display: inline-block;
	font-weight: bold;   
	padding: 0.75rem;
	line-height: 1;
}

.colorDefinition {
    color: rgba(0,0,0,.87);
    background-color: rgba(255,255,255,.7);    
}

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

