
#countdown_dashboard {
	height: auto;
    width: 180px;
    display: inline-block;
    padding: 4px 0 0 0;
}

.dash {
	 width: 41px;
    height: 51px;
	background: transparent url('/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-right: 11px;
    padding-left: 0;
    padding-top: 3px;
    position: relative;
    color: #333;
}
.dash:nth-last-child(1) {
    margin: 0;
}
.weeks_dash {

	background: transparent url('/images/countdown.png') 0 0 no-repeat;
}

.days_dash {
    width: 184px;
	background: transparent url('/images/countdown.png') 0 0 no-repeat;
}

.hours_dash {
	
	background: transparent url('/images/countdown-hours.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('/images/countdown-min.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('/images/countdown-sec.png') 0 0 no-repeat;
}

.dash .digit {
	font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    float: left;
    width: 20px;
    text-align: center;
    position: relative;
    padding-right: 0;
    color: #000;
}

.digit .digit{ color:#093 !important;}

.dash_title {
	display: none;
}


@media only screen and (min-width: 480px) and (max-width: 767px) { 
#countdown_dashboard {
	height: 36px;
	width:100%;
	padding:10px 0 0 10px;
}


.dash {
	width: 41px;
	height: 38px;
	background: transparent url('/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 0;
	padding-top:5px;
	position: relative;
	color: #333;
}

.weeks_dash {

	background: transparent url('/images/countdown-small.png') 0 0 no-repeat;
}

.days_dash {
    width: 184px;
	background: transparent url('/images/countdown-small.png') 0 0 no-repeat;
}

.hours_dash {
	
	background: transparent url('/images/countdown-small-hours.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('/images/countdown-small-min.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('/images/countdown-small-sec.png') 0 0 no-repeat;
}

.dash .digit {
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	float: left;
	width: 17px;
	text-align: center;
	position: relative;
	padding-right: 0px;
	color:#000;
}

.digit .digit{ color:#093 !important;}

.dash_title {
	display: none;
}

}

@media only screen and (max-width: 479px) {
	 h1.remove-bottom{ margin-top:50px;}
#countdown_dashboard {
	height: 36px;
	width:100%;
	padding:5px 0px;
}


.dash {
	width: 37px;
	height: 38px;
	background: transparent url('/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 0;
	padding-top:5px;
	position: relative;
	color: #333;
}

.weeks_dash {

	background: transparent url('/images/countdown-small.png') 0 0 no-repeat;
}

.days_dash {
    width: 184px;
	background: transparent url('/images/countdown-small.png') 0 0 no-repeat;
}

.hours_dash {
	
	background: transparent url('/images/countdown-small-hours.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('/images/countdown-small-min.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('/images/countdown-small-sec.png') 0 0 no-repeat;
}

.dash .digit {
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	float: left;
	width: 17px;
	text-align: center;
	position: relative;
	padding-right: 0px;
	color:#000;
}

.digit .digit{ color:#093 !important;}

.dash_title {
	display: none;
}

}
