/*
 * Author - Harshen Pandey
 * Version - 1.0.9
 * Release - 18th March 2017
 * Copyright (c) 2017 - 2020 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.countdowntimer {margin-top: 50px; position: relative; bottom: -100px; }
.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   padding: 20px;
}

.colorDefinition {
    background: #6f005b;
    color : #FFFFFF;
}

.size_xl {
   font-size:40px;
}

.size_lg {
   font-size:60px;
}

.size_md {
   font-size:20px;
}

.size_sm {
   font-size:15px;
}

.size_xs {
   font-size:15px;
}

.style sup {font-size: 1.5rem;}

@media (max-width: 779px) {
.size_lg {
   font-size:30px;
}

}


@media (max-width: 480px) {
.size_xl {
   font-size:14px;
}

.size_lg {
   font-size:16px;
}

.size_md {
   font-size:14px;
}

.size_sm {
   font-size:14px;
}

.size_xs {
   font-size:14px;

}
.style sup {font-size: 1rem;}
}