.floating-demo-button {
  display: none;
  padding: 0 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-style: normal;
  font-weight: bold;
  border: 0px solid #f27300;
  outline: none;
  background-color: #ff7a59;
  color: #fff;
  cursor: pointer;
  height: 45px;
  min-height: 50px;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  margin: 10px 0px 10px 0px;
  font-size: 14px;
  font-family: sans-serif;
}
