section.realtime-data {
  padding: 0 8rem;
  margin-bottom: -3rem;
}
.token-info {
  border: 3px solid #FF0;
  border-radius: 15px;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
}
.marketcap .name {
  font-size: 2rem;
  font-weight: bold;
  color: #FF0;
}
.marketcap .cap {
  margin-top: -15px;
  font-size: 3rem;
  font-weight: bold;
}
.marketcap .desc {
  margin-top: -15px;
  color: #999;
}
.token-info .row {
  margin-top: 0.5rem;
}
.token-info .col {
  width: 33.33%;
  float: left;
  padding: 0.4rem;
}
.token-info .box {
  border: 2px solid #555;
  border-radius: 10px;
}
.token-info .label {
  color: #999;
}
.round-name {
  font-size: 2.5rem;
}
.pct-text {
  font-size: 1.5rem;
  margin-top: -15px;
}
.round {
  margin-top: 1rem;
}
.round .right {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 8px;
}
.round .max {
  font-size: 2rem;
}
.round .msg {
  margin-top: -10px;
}
.progress-bar {
  background-color: #333;
  height: 2rem;
}
.fill-bar {
  background-color: #FF0;
  height: 2rem;
}

/* common */
.left {
  float: left;
}
.right {
  float: right;
}
.clear-box {
  clear: both;
}

/* fixed */
.section-divider {
  width: 100%;
}
section.section, section.roadmap-section {
  padding-bottom: 0px;
}

/* meme */
.meme.roadmap-section {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}
.meme .roadmap-title {
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.meme .ticker-wrapper, .meme .tickerlogo {
  height: clamp(12rem, 30vw, 18rem);
}
.meme .tickerlogo {
  width: auto;
  margin: 0 5px;
}

/* responsive */
@media (max-width: 480px) {
  .nav-left a {
    line-height: 0.6;
  }
  .round-name, .round .max {
    font-size: 2rem;
  }
  .pct-text, .round .msg {
    font-size: 1.5rem;
    margin-top: -15px;
  }
  .round .right {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  section.realtime-data {
    margin-bottom: -1rem;
  }
  .token-info .col {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  section.realtime-data {
    padding: 0 2rem;
  }
}
