.countdown{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:default;height:43px}.countdown .digit{font-size:28px;text-align:center;line-height:43px;float:left;display:block;height:43px;width:32px;margin-right:1px;color:#fff;background:#222;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4c4c4c),color-stop(50%,#2c2c2c),color-stop(51%,#000),color-stop(100%,#131313));background:-webkit-linear-gradient(top,#4c4c4c,#2c2c2c 50%,#000 51%,#131313);background:linear-gradient(180deg,#4c4c4c 0,#2c2c2c 50%,#000 51%,#131313);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0)}