.main-section canvas {
  margin-bottom: 5rem;
}

.entry-body .scrollhint th, .entry-body .scrollhint td {
  white-space: nowrap;
}
.entry-body .scroll-hint-icon-wrap {
  overflow: hidden;
}
.entry-body .scroll-hint-icon {
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.entry-body .scroll-hint-icon:before {
  max-height: 50%;
}
