#toTop {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
  width: 28px;
  text-align: center;
  height: 28px;
  font-size: 1.4em;
  line-height: 28px;
  background: #32aa43;
  color: #fff;
}
#toTop span {
  color: #fff;
}
#toTop:hover {
  background: #333;
}
#toTop:hover a {
  color: #fff;
}
#toTop:hover a:hover {
  color: #fff;
}
#toTopText {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: block;
}