.clock_center {text-align: center;display: inline-block;padding: 10px 10px;width: 100%;}
#wizard .clock h2 {text-align: center;width: 100%;}
.clock_days,.clock_hours,.clock_minutes {display: inline-block;margin-right:30px;}
.clock_seconds {display: inline-block;}
.text-c {
  height: 60px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 60px;
}
.val {font-size: 27px;font-weight: bold;line-height: 43px;margin: 0;padding: 0;text-align: center;width: 60px;}
.type_days, .type_hours, .type_minutes, .type_seconds {
    color:#378cff;
    width:60px;
    text-align:center;
    font-size:11px;
    line-height:12px;
    font-weight:bold;
	margin: 0;
    padding: 0;
    text-transform:uppercase;
}
.type_days {color:#ff6565;}
.type_minutes {color:#9cdb7d;}
.type_seconds {color: #ffdc50;}
.bgLayer {
  background-image: url("/img/jb-clock.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  position: relative;
}

.topLayer {
  background-image: url("/img/jb-clock-top.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  height: 100px;
  position: absolute;
  width: 100px;
}