.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  text-indent: -9999px;
  background: url('../images/arrow.png') center no-repeat;
  border-radius: 50%;
  display: none;
}

.scroll-title {
  text-indent: 0;
  min-width: 100px;
  position: relative;
  top: 31px;
}

a.scrollup {
  border-bottom-style: none;
  border-bottom: 0;
}

.scrollup:hover {
  text-decoration: none;
}
