/* style for days counter */
.counter
{
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.digit
{
  width: 12px;
  height: 17px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #b79f8e;
  border: 1px solid white;
}

