.js-copy-btn {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  background: #4F5591;
  font-size: 16px;
  color: #fff;
  padding: 9px 20px;
  margin: 15px 0 35px auto;
}
.js-copy-btn:hover {
  background: #949494;
}
.is-copy {
  background-color: #4C8F2B;
}
.is-copy:active, .is-copy:focus {
  outline: none;
  border: 0;
}
.is-copy::-moz-focus-inner {
  border: 0;
}