button.download {
  display:none;
}

button.download.chrome {
  display: inline-block;
  background-color: #00c0d6;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 50px;
  cursor:pointer;
  border:0;
  line-height:26.4px;
}

.avia-chrome .noChrome {
  display:none;
}
