.paid {color:#58ff58;}
.unpaid {color:#ff5858;}

.invoice-table {width:100%;line-height:1.45;}
.invoice-table td {color:#838492;width:35%;}
.invoice-table td,
.invoice-table th {background:#1f202d;border-bottom:2px solid #131422;padding:13px 31px;}
.invoice-table th {width:15%;}
.invoice-table td:nth-child(2) {border-right:16px solid #131422;}
.invoice-table th:nth-child(3) {border-left:16px solid #131422;}

.subscription-auto-renew-toggle {margin-left:5px;margin-bottom:2px;position:relative;top:4px;}
.subscription-auto-renew-toggle__i {height:20px;width:32px;border:2px solid #00ba8a;background-color:#00ba8a;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative;margin-top:-1px;vertical-align:text-top;}
.subscription-auto-renew-toggle__i::before {content:'';display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%;}
.subscription-auto-renew-toggle--off .subscription-auto-renew-toggle__i {border-color:#999;background-color:#999;}
.subscription-auto-renew-toggle--off .subscription-auto-renew-toggle__i::before {right:auto;left:0;}
.subscription-auto-renew-toggle--loading .subscription-auto-renew-toggle__i {opacity:0.5;}
.subscription-auto-renew-toggle--hidden {display:none;}
.subscription-auto-renew-toggle-disabled-note {margin-left:1em;}