/*body {
  font-family:verdana;
  font-size:14px;
}*/

#time {
  text-align: center;
}

prefix {
  font-size: 1.5rem;/*2rem*/
  display: block;
  margin: 10px;/*15px*/
}

days,
hours,
minutes,
seconds {
  font-size: 1.8rem;/*3rem*/
  display: inline-block;
  background: #d95434;/*#fdfaf4 light cream*/
  color: #fff;
  padding: 0;
  margin: 1px;
  border-radius: 4px;
  border-width: 0;
  text-align: center;
}

[timeval="0"] {
  background: #f9e4df;
}

[timeval="0"] interval {
  background: #e58a74;
}

interval {
  display: block;
  font-size: 0.6rem;/*1rem*/
  padding: 0 8px;/*15*/
  margin: 0;
  background: #b83f22;
  border-radius: 4px 4px 0 0;
}