@media print {
  .claim-no-print,
  #api-key,
  input[type="password"],
  .template-box,
  #tweet-template {
    display: none !important;
  }
  body {
    color: #000;
    background: #fff;
  }
}
