.timer {
    min-height: 83px;
    margin-top: 120px;
    margin-left: 10px;
    position: static;
   }

.timer_title {
 font-size: 12px;
 color: #1c1c1c;
}

.countdown_dashboard {
 height: 120px;
}

.dash {
 width: 53px;
 height: 46px;
 float: left;
 position: relative;
}

.dig3 {
 width: 75px !important;
}

.dash .digit {
 font-size: 24px;
 color: #FFF;
 background: transparent url('../../images/dash.png') 0 0 no-repeat;
 font-weight: normal;
 float: left;
 width: 20px;
 text-align: center;
 position: relative;
 line-height: 30px;
 margin-right: 2px;
 text-shadow: #FFFFFF 1px 1px 1px;
 -moz-box-shadow: 1px 1px 2px rgba(192, 192, 192, 0.7);
 -webkit-box-shadow: 1px 1px 2px rgba(192, 192, 192, 0.7);
 -ms-box-shadow: 1px 1px 2px rgba(192, 192, 192, 0.7);
 box-shadow: 1px 1px 2px rgba(192, 192, 192, 0.7);
}

.dash_title {
 position: absolute;
 display: block;
 bottom: 0px;
 font-size: 12px;
 color: #1c1c1c;
}

.days_dash .dash_title {
 left: 6px;
}

.hours_dash .dash_title {
 left: 4px;
}

.minutes_dash .dash_title {
 left: 3px;
}

.seconds_dash .dash_title {
 left: 1px;
}

.dash_splitter {
 display: inline-block;
 height: 20px;
 color: #fd9c00;
 line-height: 24px;
 font-size: 28px;
}
