.get-credit {
    margin: 5% auto;
    max-width: 400px;
}

.get-credit input,
.get-credit button {
    display: inline-block;
    min-width: 100%!important;
}

.get-credit-btn {
    background: #21d057;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.hide {
    display: none;
    visibility: hidden;
}

.sqrd-vouchers {
    max-width: 640px;
    margin: 1em auto 0;
    white-space: nowrap;
}

.sqrd-vouchers .half {
    width: 50%;
    display: inline-block;
}

.sqrd-vouchers .mb1 {
    margin-bottom: 1em;
}

.sqrd-vouchers .alert:not(.alert_error) {
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFE082;
    border: 1px solid #FFC107;
    box-shadow: 0 2px 1px #FFECB3;
    color: #9c6914;
}

.sqrd-vouchers .alert:not(.alert_error) p {
    white-space: normal;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.sqrd-vouchers input {
    min-width: 95%;
}

.sqrd-vouchers .error {
    background: pink;
    border-color: red;
}

.sqrd-vouchers .click-to-copy {
    display: inline-block;
    vertical-align: middle;
}

.sqrd-vouchers .click-to-copy .copy {
    display: inline-block;
    margin: 0;
}

.sqrd-vouchers .sqrd-table-actions {
  float: right;
  display: inline-block;
  position: relative;
  top: -54px;
  height: 0;
}

@media print {
  #Action_bar,
  #screen-meta-links,
  .menu_wrapper,
  .top_bar_right,
  #Subheader,
  #Footer,
  .click-to-copy,
  .print-button,
  .sqrd-actions,
  .sqrd-vouchers .sqrd-table-actions {
    display: none!important;
    visibility: hidden;
  }

  .sqrd-vouchers {
    max-width: 100%;
  }

  body {
    background: transparent;
  };
}
