/* Countdown widget custom CSS begins */
#cplugin-2 {
margin: 0 auto!important;
padding: 20px 5% 0 5%;
border: 0;
background: #000;
position: relative;
overflow: hidden;
  -moz-border-radius: 0;
-khtml-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.countdown-styled div {
  display: inline-block;
  margin: 0 4px 1em 4px;
  font-size: 1em;
   font-family: 'Oswald', sans-serif;
font-weight: 700;
  line-height: 105%;
  text-align: right;
     color: #eb1027!important;
}
.countdown-styled div span {
  display: block;
  border-top: 1px solid #eb1027;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
   color: #95b089!important;
}
/* Countdown widget custom CSS ends */