@charset "utf-8";
/* CSS Document */

.floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
}
.floating a {
  display: block;
  color: #fff;
  background: #005a04;
  padding: 16px;
  text-decoration: none;
  opacity: 0.6;
}
.floating a:hover {
  opacity: 1;
}


