/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');*/
.counter-analog2 span.part {
  display: inline-block;
  position: relative;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.444445rem;
  line-height: 1;
  text-align: center;
  color: hsl(0, 0%, 87%);
  border-radius: .1em;
  margin: .15em .075em .075em;
  padding: .05em .125em .35em;
  background: hsl(0, 0%, 0%);
  background: -webkit-linear-gradient(hsl(0, 0%, 20%), hsl(0, 0%, 0%));
  background: linear-gradient(hsl(0, 0%, 20%), hsl(0, 0%, 0%));
  box-shadow: 0 3px 3px rgba(0, 0, 0, .65);
  overflow: hidden;
  width: 1.5em;
  height: 1.35em;
}

.counter-analog2 span.part:before {
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  border-bottom: .04em solid hsl(0, 0%, 0%);
}

.counter-analog2 span.part:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  line-height: normal;
  left: 0%;
  bottom: .75em;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 67%);
  text-transform: uppercase;
  text-align: center;
}

@media all and (max-width: 34em) {
  .counter-analog2 span.part {
    font-size: 3.25rem;
  }
  .counter-analog2 span.part:after {
    font-size: 8px;
    letter-spacing: .2em;
    font-weight: 400;
  }
}

.counter-analog2 span.part:nth-last-child(1):after {
  content: 'Millisecs';
}

.counter-analog2 span.part:nth-last-child(3):after {
  content: 'Seconds';
}

.counter-analog2 span.part:nth-last-child(5):after {
  content: 'Minutes';
}

.counter-analog2 span.separator {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  width: 0px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  display: none;
}

.counter-analog2 span.part span.digit {
  display: inline-block;
  vertical-align: bottom;
}

