@media only screen and (min-width: 768px) {
  #oddsshark-ticker,
  #oddsshark-ticker .frame,
  #oddsshark-ticker .ticker {
    height: 4.8125rem;
  }
}

@media only screen and (max-width: 767px) {
  #oddsshark-ticker {
    z-index: 10000 !important;
  }
}

.ticker__dropdown-wrapper .dropdown .dropdown__list {
  z-index: 901;
}

.ticker__button {
  width: 2rem;
}

.ticker__button.button--bookend-left {
  left: 10rem;
  border-right: 0.0625rem solid;
}

.ticker__button.button--bookend-right {
  right: 7.3125rem;
  border-left: 0.0625rem solid;
}

.ticker__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.375rem;
}

@media only screen and (min-width: 768px) {
  .ticker__item {
    margin: 0 0 0 0.0625rem;
  }
}

.ticker__date {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 0.875rem;
  padding: 0.375rem 1.5rem;
  text-align: center;
  width: 100%;
}

.ticker__month {
  white-space: nowrap;
}

/*# sourceMappingURL=oddsshark_ticker.css.map */
