body * {
    visibility: hidden !important;
  }
      .giftcard-print-a,
    .giftcard-print-b,
    .giftcard-print-a *,
    .giftcard-print-b * {
    	visibility: visible !important;
    }
    .giftcard-print-a,.giftcard-print-b  {
        width: 500px;
        height: 300px;
        position: relative;
        margin: 0 auto;
        color: #40A4D3;
        margin: 0;
        padding: 35px;
        text-align: center;
        border: 5px solid #40A4D3;
        margin-bottom: 30px;
    }
    .giftcard-print-a h1 { margin-top: 15%; color: #40A4D3; }
    .giftcard-print-b img { margin-bottom:35px; }
    .giftcard-print-b p { font-size: 20px; }