

#countdown_dashboard {
height: 47px;
    position: relative;
    
}


.dash {
	 float: left;
    height: 46px;
    overflow: hidden;
    position: relative;
    width: 84px;
    
}


.days_dash {
   left: 56px;
    position: absolute;
    top: 35px;
}

.hours_dash {
     left: 116px;
    top: 35px;
}

.minutes_dash {
 left: 92px;
    position: relative;
    top: 35px;
}

.seconds_dash {
 left: 68px;
    top: 35px;
}

.dash .digit {
  float: left;
    font-size: 36px;
    line-height: 0.9;
    margin-right: 2px;
    overflow: visible;
    padding-top: 3px;
    text-align: center;
    width: 17px;

}

.dash_title {
	display: none;
}


.bottom, .toptop{
  font-family: 'PT Sans' !important;
    font-weight: normal !important;
    position: relative;
}


 

