/* line 15, top_scroll.scss */
.js-top-scroll {
  position: fixed;
  bottom: 8px;
  right: 8px;
  padding: 10px 12px;
  background-color: rgba(47, 183, 250, 0.6);
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
