/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* =========================================================
   CUSTOM CSS
   - Only affects the Pay Now button position/size on invoice
========================================================= */

/* Small "Pay Now" like WHMCS default right-side style */
.invoice-status #smPayNowBtn,
.invoice-status a#smPayNowBtn {
  display: inline-block !important;
  padding: 6px 14px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  border-radius: 4px !important;
  margin-top: 6px !important;
}