a#toTop {
	color: #fff !important;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 45px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: #009080; /* bright */
  border-radius: 3px;
}
#toTopHover {
  background: #005885; /* dark */
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTop:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f106";
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-indent: 0;
}