#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 39px;
  height: 38px;
  top: 3px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
}

#btop-but {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  text-shadow: none;
  opacity: .7 !important;
  transition: all .3s ease-in-out;
}

#btop-but a {
  color: #007bff !important;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1 !important;
  }
}

