.eday-countdown {
    width: 100%;
    text-align: center;
    color: #546791;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    
background: rgba(9,95,208,1);
background: -moz-linear-gradient(left, rgba(9,95,208,1) 0%, rgba(9,95,208,0.26) 0%, rgba(255,255,255,0.26) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,95,208,1)), color-stop(0%, rgba(9,95,208,0.26)), color-stop(100%, rgba(255,255,255,0.26)));
background: -webkit-linear-gradient(left, rgba(9,95,208,1) 0%, rgba(9,95,208,0.26) 0%, rgba(255,255,255,0.26) 100%);
background: -o-linear-gradient(left, rgba(9,95,208,1) 0%, rgba(9,95,208,0.26) 0%, rgba(255,255,255,0.26) 100%);
background: -ms-linear-gradient(left, rgba(9,95,208,1) 0%, rgba(9,95,208,0.26) 0%, rgba(255,255,255,0.26) 100%);
background: linear-gradient(to right, rgba(9,95,208,1) 0%, rgba(9,95,208,0.26) 0%, rgba(255,255,255,0.26) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095fd0', endColorstr='#ffffff', GradientType=1 );
}
.cn-title {
    margin:5px auto 20px auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    height:40px;
    text-align: center;
}
.cn-digit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: center !important;
    zoom: 1;
    margin-right: 4px;
    margin-top: 30px;
  }
  .cn-digit-number {
      font-size: 50px;
      margin: 0;
      padding: 0 10px 3px 10px;
      background: #0a3565;
      font-weight: 300;
      border-radius: 8px;
      /* height: 56px; */
      color: #fff;
      font-family: times, Verdanan, serif;
      width:70px
    }

.cn-digit-label {
    padding: 5px;
    text-transform: uppercase;
    color: #435766;
}
.cn-date {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: #435766;
  }
.no-display {
	display:none;
}
.eday {
    display: block;
    max-width: 100%;
    height: auto;
    page-break-after: 10px;
    /*background: url('../img/bg-counter.png') no-repeat top center;
    background-color: #eee;*/
}
.eday div {
	font-size:45px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin:0 auto;
	padding: 40px 0 20px 150px;
    color: #435766;
}
