#jquery-countdown-timer {
    text-align: left;
}
#jquery-countdown-timer-note {
    text-align: left;
    font-size: 0.61em;
    padding-left: 0px;
}
#block-jquery-countdown-timer-jquery-countdown-timer {
    padding-left: 10px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #7D29B1 50%, #5138B3 50%);
	background-image: -o-linear-gradient(bottom, #7D29B1 50%, #5138B3 50%);
	background-image: -moz-linear-gradient(bottom, #7D29B1 50%, #5138B3 50%);
	background-image: -webkit-linear-gradient(bottom, #7D29B1 50%, #5138B3 50%);
	background-image: -ms-linear-gradient(bottom, #7D29B1 50%, #5138B3 50%);
	background-image: -webkit-gradient(    linear,    left bottom,    left top,    color-stop(0.5, #7D29B1),    color-stop(0.5, #5138B3)   );
}

#block-jquery-countdown-timer-jquery-countdown-timer h2 {
width : auto;
}
