.syotimer {
  font-family: sans-serif;
  text-align: center;

  padding: 0 0 10px;
}
.syotimer-cell {
  margin-top: 8px !important;
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px;
  background-color: white;
  color: black;
  width: 42px;
 
}
.syotimer-cell__value {
  background-color: rgb(228, 228, 228);
    font-size: 25px;
    color: rgb(216,66,0) ;
  font-size: 25px;


  height: 35px;
  line-height: 39px;

  margin: 0 0 5px;
}
.syotimer-cell__unit {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
