/*

 * 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: menuRanchWesternFonts2 !important;*/
   /*font-weight: bold;*/
   /*letter-spacing:0.7px;*/
   /*border-style: solid;*/
}
.colorDefinition {
    /*background: #000000;*/
    color : #000000;
    /*border-color: #F0068E;*/
}

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

.size_lg {
   font-size:40px;
   border-width: 7px;
   border-radius: 5px;
}

.size_md {
   font-size:20px;
   border-width: 5px;
   border-radius: 4px;
}
.countdown table, td, tr {
   font-size:20px !important;
   /*border: none !important;*/
   text-align: center !important;
   background:none !important;
}
.countdown td {
   width:25%;
   padding-left:15px;
   padding-right:15px;
   text-align: center !important;
}
.countdown td.counter_number {
   font-size:40px !important; 
   font-weight:bold;
   border-right:1px #000000 solid;
}
.countdown td.counter_number_last {
   font-size:40px !important; 
   font-weight:bold;
   border-right:none;
}
.countdown td {
   line-height:1;
}
.size_sm {
   font-size:20px;
   border-width: 3px;
   border-radius: 3px;
}

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

