/* Counter container styles, you probably don't need to change these */
.jcw, .jellyfish-counter {
  width: auto;
  overflow: hidden;
  vertical-align: top;
}

.jcw-left, .jcw-center, .jcw-right {
  display: block;
}

.jcw-left {
  text-align: left;
}

.jcw-right {
  text-align: right;
}

.jcw-center {
  text-align: center;
}

.jcw-inline {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.jcw-odometer-div, .jcw-digit-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.jcw-odometer-div {
  margin: 0 auto;
  height: auto;
  width: auto;
  text-align: inherit;
}

/* Base styles for digits, can be overridden by settings */

.jcw-digit, .jcw-tenth {
  position: absolute;
  background: none;
  color: #EC615E;
  text-align: center;
  font-family: Barlow;
  font-size: 70px;
  font-weight: 900;
}

.jcw-tenth {
  background: #cccccc;
  color: black;
}