@charset "UTF-8";
.bottom-fixed-button{
  position: fixed;
  top: 50px;
  right: 10px;
}

.bottom-fixed-button button{
  font-size: 15px;
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}