.countdown {
 display: inline-block
}

.dash {
 width: 60px;
 height: 50px;
 background: transparent url('../images/dash.png') 0 0 no-repeat;
 float: left;
 margin: 0 10px;
 position: relative;
 padding-bottom: 20px
}

.dash .digit {
 font-size: 30px;
 font-weight: bold;
 float: left;
 width: 50%;
 color: #555;
 position: relative;
 text-align: left;
 padding: 3px
}

.dash .digit:first-child {
 text-align: right
}

.dash_title {
 position: absolute;
 display: block;
 bottom: 0;
 left: 0;
 right: 0;
 font-size: 9pt;
 color: #555;
 text-transform: uppercase;
 letter-spacing: 2px;
 text-align: center
}

.countdown {
 margin-bottom: 15px
}