/**
 * @file
 * Styles for Newsplus's scroll to top button.
 */
#toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100;
  display: none;
}
#toTop i {
  font-size: 56px;
}
