@font-face {
font-family: 'MyriadPro-Black';
src: url('../fonts/myriadpro-black.eot'); /* IE 9 Compatibility Mode */
src: url('../fonts/myriadpro-black.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
url('../fonts/myriadpro-black.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/myriadpro-black.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
url('../fonts/myriadpro-black.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/myriadpro-black.svg#myriadpro-black') format('svg'); /* Chrome < 4, Legacy iOS */
}

body {
  font-family: 'MyriadPro-Black';
  font-weight: 400;
  overflow-y: scroll;
  background-color: #000;
  margin: 0;
}

.wallet {
  width: 1000px;
  height: 428px;
  margin: 60px auto 20px auto;
  position: relative;
}

.wallet img, .instruction img {
  width: 100%;
}

.instruction {
  width: 1000px;
  margin: 8px auto 20px auto;
  position: relative;
  border: 2px dotted #999999;
  background-color: #fff;
}

.address-text, .secret-text {
  position: absolute;
  left: 240px;
  width: 500px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  word-wrap: break-word;
}

.secret-text {
  top: 78px;
  letter-spacing: 0.08em;
}

.address-text {
  top: 294px;
  letter-spacing: 0.08em;
}
.address-text-top, .secret-text-top {
  right: 210px;
  width: 120px;
  font-size: 15px;
}

.secret-text-top {
  top: 78px;
  letter-spacing: 0.08em;
}

.address-text-top {
  top: 294px;
  letter-spacing: 0.08em;
}
.inline-pub { display: inline; }
.inline-priv { display: inline; }
.instruction-text {
  position: absolute;
  left: 10px;
  top: 510px;
  width: 800px;
  height: 165px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.instruction-text ul {
  list-style: none;
}

.instruction-text ul li {
  margin-bottom: 5px;
}

.instruction-text a {
  color: #368A98;
  text-decoration: none;
}

.amount-added-text, .date-text, .note-text {
  position: absolute;
  height: 20px;
  font-size: 10px;
  color: #193039;
  font-weight: 500;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
}

.amount-added-text {
  left: 533px;
  top: 146px;
  width: 80px;
}

.date-text {
  left: 378px;
  top: 146px;
  width: 40px;
}

.note-text {
  left: 574px;
  top: 76px;
  width: 40px;
}

.qr-secret, .qr-address {
  position: absolute;
  left: 10px;
  width: 120px;
  height: 120px;
}

.qr-secret {
  top: 46px;
}

.qr-address {
  top: 258px;
}

.qr-secret img, .qr-address img {

}

.buttons {
  margin-bottom: 40px;
  text-align: center;
}

button {
  background-color: #fff;
  color: #00ace6;
  padding: 10px 30px;
  margin: 0 10px;
  transition: all 0.4s; 
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'MyriadPro-Black';
  font-weight: 400;
}

button:hover {
  background-color: #C1F0FF;
}

@media print {
  body {
    background-image: none;
    height: 750px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .wallet {margin: 0;}
  button {
    display: none;
  }
}
