body {
  background-color: white;
  box-sizing: border-box;
  color: black;
  margin: 0;
  padding: 1.5em;
}
body,table,td,div,p,span,input,select,textarea,header,section { font-family:'Droid Sans', Trebuchet MS,Arial,Helvetica,sans-serif;font-size:1em;line-height:1.2em;box-sizing: border-box; }
h1,h2,h3,h4,h5,h6 { margin:0;padding:0;font-weight:normal;box-sizing: border-box; }
h1 { font-size:3em; }
h2 { font-size:2.5em; }
h3 { font-size:2em;padding: 0 0 0.7em; }
h4 { font-size:1.5em; }
h5 { font-size:1em; }
h6 { font-size:0.5em; }
p { margin:0;padding:0.5em 0 0 0; }
a:link,a:visited,a:hover,a:active { color: #59a2c8; text-decoration: none; border-bottom: 1px dotted #59a2c8; }
a:hover { font-weight: 600; }
a.btn {
  color: white;
  font-weight: normal;
}
header {
  background-color: black;
  color: white;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
header > h3 {
	background-color: black;
  padding-bottom: 0;
	position: relative;
	z-index: 10;
}
header a {
	border-bottom: 0 none !important;
	color: inherit !important;
	font-weight: normal !important;
}
header nav > a {
	clear: right;
	float: right;
}
header nav {
	background-color: black;
	box-sizing: border-box;
	display: block;
	left: 0;
	line-height: 2.2em;
	padding: 2em;
	position: absolute;
	text-align: right;
	top: -400%;
	transition: 0.7s all;
	width: 100%;
}
header nav.open {
	top: 100%;
}
header > i.fa {
	cursor: pointer;
	font-size: 2em;
	position: absolute;
	right: 1em;
	top: 0.3em;
	z-index: 10;
}
fieldset {
  margin: 10px 0 20px;
  border: 1px solid lightgray;
  background-color: #f8f8f8;
  padding: 10px;
  display: block;
}
legend {
  display: block;
  position: relative;
  top: -12px;
  font-size: 80%;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
input[type="date"] {
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
												supported by Chrome and Opera */
}
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	background: transparent;
}
input[type="date"]::-webkit-clear-button {
	opacity: 0;
}
input[type="date"]::-moz-selection { background: transparent; }
input[type="date"]::selection { background: transparent; }
input[type="date"]::-webkit-datetime-edit-day-field:focus, input[type="date"]::-webkit-datetime-edit-month-field:focus, input[type="date"]::-webkit-datetime-edit-year-field:focus {
	background-color: transparent;
}
input[type="date"]::-webkit-datetime-edit-month-field::selection { background: transparent; }
.toggler {
  font-style: normal;
  position: relative;
}
.toggler::before {
  content: "\f0d7";
  cursor: pointer;
  font-family: 'FontAwesome';
  height: 20px;
  left: -13px;
  position: absolute;
  width: 20px;
}
.toggler.closed::before {
  content: "\f0da";
  left: -10px;
}
.toggler-target.closed{
  display: none;
}
span.info {
	cursor: pointer;
	margin-left: 0.5em;
	position: absolute;
	top: 0.5em;
}
span.info > span {
	background-color: #e0e7f1;
	border: 1px solid;
	top: -2.5em;
	display: none;
	font-size: 80%;
	right: calc( 100% + 1.5em );
	padding: 0.3em 0.6em;
	position: absolute;
	text-align: center;
	z-index: 100;
	width: 300px;
}
span.info > span span.info > span {
 width: 240px;
}
span.info:hover > span, span.info.open > span {
	display: block;
}
span.info > span::before {
	border: 15px solid;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	bottom: -31px;
	content: " ";
	height: 0;
	position: absolute;
	width: 0;
	right: -30px;
	top: 2em;
}
span.info > span::after {
	border: 15px solid #e0e7f1;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: 2em;
	content: " ";
	height: 0;
	right: -29px;
	position: absolute;
	width: 0;
}
span.info > span > table {
	margin: 1em;
	width: calc( 100% - 2em );
}
span.info > span > table th.available, span.info > span > table td.available {
	text-align: right;
}
span.info > span > table tfoot tr.subtotal td {
	padding-left: 0;
}
span.info > span > table tfoot td.total {
	padding-right: 0.5em;
}
section {
	clear: both;
	padding-top: 3em;
	text-align: left;
}
section::before, section::after {
	content: " ";
	clear: both;
	display: block;
}
section > div.table {
  background: #e0e7f1;
  margin-left: -1.5em;
  margin-top: 2.5em;
  padding: 1.5em;
  width: calc( 100% + 3em );
}
section > div.table:first-of-type, section > div.table.active {
  margin-top: 0;
}
section > div.table > table {
  width: 100%;
}
section > div.table > table > thead > tr:first-child > th {
  font-size: 1.2em;
  /* text-align: center; */
}
section[data-widget="login"] {
  height: auto;
  left: 0;
  position: absolute;
  text-align: center;
  top: calc( 50% - 100px );
  width: 100%;
}
/* section[data-widget="summary"] {
  width: 1120px;
}
section[data-widget="summary"] > div.table > table {
	width: 100%;
} */
section[data-widget="summary"]::after {
  border-bottom: 1px solid;
  margin-left: -1.5em;
  padding-top: 50px;
  width: calc( 100% + 3em );
}
section[data-widget="summary"] > div.table > table td {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  vertical-align: top;
}
section[data-widget="summary"] > div.table > table th.balance, section[data-widget="summary"] > div.table > table td.balance {
  width: 50px;
  padding-right: 0;
  position: relative;
}
section[data-widget="summary"] > div.table > table th.available, section[data-widget="summary"] > div.table > table td.available {
  position: relative;
}
section[data-widget="summary"] > div.table > table td.amount {
  padding-right: 0;
  width: auto;
}
section[data-widget="accounts"] > div.table > table th.balance, section[data-widget="accounts"] > div.table > table td.balance {
  padding-right: 0;
  position: relative;
  text-align: left;
	width: 75px;
}
section[data-widget="accounts"] > div.table > table td.balance {
	position: relative;
}
table td.balance > div {
  text-align: right;
}
td.available > div > span.info {
  margin-left: 0;
  right: 0;
  top: auto;
}
td.available > div > span.info > span {
  top: -1em;
}
table.details {
  background-color: #efefef;
  border: 1px dotted gray;
  font-size: 90%;
  margin-left: 5%;
  width: 90%;
}
table.details td:first-child {
  padding-left: 10px;
}
table.details td:last-child {
  text-align: right;
  white-space: nowrap;
}
table.details tfoot td {
  border-top: 1px dotted gray;
}
section[data-widget="summary"] > div.table > table td.available > div > span.info > span {
  font-size: 100%;
}
td.available > div > span.info:hover > span::before, td.available > div > span.info:hover > span::after {
  border-width: 10px;
  right: -21px;
  top: 0.8em;
}
td.available > div > span.info:hover > span::after {
  right: -20px;
}
/* section[data-widget="accounts"] > div.table > table th.balance {
	padding-right: 0;
	padding-left: 0.35em;
} */
section[data-widget="accounts"] > div.table > table th.available, section[data-widget="accounts"] > div.table > table td.available {
	padding-right: 12px !important;
	position: relative;
	text-align: right;
	width: 130px;
}
section[data-widget="accounts"] > div.table > table td.available {
	position: relative;
}
section[data-widget="accounts"] > div.table > table th.available {
	padding-right: 0;
	padding-left: 0.35em;
}
section[data-widget="current-cycle"], section[data-widget="next-cycle"] {
  margin: 0 3%;
  width: 94%;
}
section[data-widget="current-cycle"] > div.table > table, section[data-widget="next-cycle"] > div.table > table {
  background-color: transparent;
  margin-left: 0;
  padding: 0;
  width: 100%;
}
section[data-widget="current-cycle"] > div.table > table > thead > tr:first-child > th, section[data-widget="next-cycle"] > div.table > table > thead > tr:first-child > th {
  font-size: 1em;
}
table th, table td {
  text-align: left;
  padding: 0.3em 0.7em 0.3em 0;
}
table.scheduled {
  display: none;
}
table.scheduled.active {
  display: table;
}
table.scheduled > thead > tr:first-child > th:first-child {
  text-align: left;
}
table.scheduled > thead > tr:last-child > th, table.recurring > thead > tr:last-child > th {
  border-bottom: 1px solid;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
table.scheduled td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
table.scheduled > tbody > tr:first-child > td {
  padding-top: calc( 0.5em + 5px );
}
table.scheduled th.month, table.scheduled td.month {
  border-left: 1px solid;
  padding-left: 40px;
}
table th.date, table td.date {
  position: relative;
  width: 90px;
}
table.scheduled th.amount, table td.amount {
  position: relative;
  text-align: right;
  width: 75px;
}
table td > div, table td:first-child {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
												supported by Chrome and Opera */
}
table td input, table td select {
  display: none;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-align: right;
  top: 0.3em;
  width: calc( 100% - 0.7em );
}
table td.balance input {
  right: 0;
}
table.scheduled td.date input {
  position: absolute;
  width: auto;
}
table > tbody > tr:first-child > td input, table > tbody > tr:first-child > td select {
  top: calc( 0.3em + 5px );
}
table td.focused input, table td.focused select {
  display: inline;
}
table.scheduled th.paid, table.scheduled td.paid {
  /* padding-right: 0.7em; */
  position: relative;
  text-align: center;
  width: 75px;
}
table.scheduled td.paid > div.paid {
  color: #b3d450;
  color: steelblue;
  font-weight: 600;
}
table tfoot td {
	border-top: 1px solid;
	font-weight: 600;
	padding-top: 0.7em;
}
table tfoot td.total {
	text-align: right;
}
table.scheduled tfoot td.total {
	padding-right: 1em;
}
table td.amount > div::before, table td.total > div::before, table td.available > div::before, table td.balance > div::before, table td.total > div::before {
	content: "$";
}
table td.amount div.payable::before {
  color: #59a2c8;
}
table td.strike {
  text-decoration: line-through;
}
sup {
  position: absolute;
  margin-left: 0.2em;
}
select#scheduled_month {
  display: block;
  font-size: 0.6em;
  height: 2em;
  margin-top: 1em;
  padding: 0 1em 0 0.3em;
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p.footnote {
  clear: both;
  font-size: 90%;
  font-style: italic;
  opacity: 0.7;
  padding-top: 0.8em;
  position: relative;
}

table tfoot tr.subtotal td {
  font-weight: normal;
  position: relative;
}

table tfoot tr.subtotal:nth-child(2) td, table tfoot tr.subtotal:nth-child(3) td {
  border-top: 0;
  padding-top: 0;
}

table tfoot tr.subtotal.last td {
  padding-bottom: 0.7em;
}

table tfoot tr.subtotal td.total > div.subtracted {
	margin-right: -5px;
	top: 0;
	white-space: nowrap;
}

table tfoot tr.subtotal td.total > div.subtracted::before {
  content: "( $";
}

table tfoot tr.subtotal td.total > div.subtracted::after {
  content: " )";
}

span.current-cycle, span.next-cycle {
  line-height: inherit;
}

a.fa.addBill {
  border: 0;
  color: #dfdfdf;
  cursor: pointer;
  float: right;
  margin-top: -5px;
}

section[data-widget="add"] form {
  max-width: 800px;
  margin: 15px 0 50px;
}

section[data-widget="add"] form label {
  display: block;
  padding: 10px 0;
}

section[data-widget="add"] form label.inline {
  display: inline;
}

section[data-widget="add"] form label > span:first-child, section[data-widget="add"] form label[for] {
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
}
section[data-widget="add"] form label[for] {
  padding-bottom: 0;
}
section[data-widget="add"] label[for] > span:first-child {
  font-size: 1em;
  line-height: 1.2em;
}

section[data-widget="add"] form > label input, section[data-widget="add"] form > label select, section[data-widget="add"] form > .multifield input, section[data-widget="add"] div.recurringFields select, section[data-widget="add"] div.recurringFields input  {
  width: 100%;
}

section[data-widget="add"] form label.inline > select {
  width: auto !important;
}

div.recurringFields, div.indented-table {
  background-color: #e0e7f1;
  border: 1px solid;
  margin: 20px 0;
  padding: 10px 20px;
}

div.indented-table {
  margin-top: 0;
}

div#advancedOptions {
  background-color: white;
  display: none;
  padding: 20px;
}

section[data-widget="add"] form .formType label {
  background-color: #e0e7f1;
  border: 1px solid steelblue;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  margin: 10px 0;
  padding: 10px;
  width: auto;
}

section[data-widget="add"] form .formType label:hover, section[data-widget="add"] form .formType label.active {
  background-color: steelblue;
  color: white;
}

section[data-widget="add"] form .formType label > input[type=radio] {
  opacity: 0;
  position: absolute;
}

section[data-widget="add"] form > .multifield label > span.baseAmountLabel {
  display: inline;
  float: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

section[data-widget="add"] form label.paidByPortal {
  width: 100%;
}

section[data-widget="add"] form .button {
  background-color: #dfdfdf;
  border: 0 none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  margin-top: 20px;
  padding: 7px 20px;
}

section[data-widget="add"] form button.button, .btn.btn-primary {
  background-color: steelblue;
}

.btn.btn-primary:hover {
  background-color: #295D8A ;
}

.btn-secondary {
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}

.btn-secondary:hover {
  background-color: #808080;
  border-color: #808080;
}

.recurringFields, section[data-widget="add"] form label.paidByPortal, section[data-widget="add"] form > .multifield label > span.baseAmountLabel {
  display: none;
}

legend.recurringFields {
  top: 8px;
}

section[data-widget="add"] form > label input, section[data-widget="add"] form label > select, section[data-widget="add"] form > .multifield input, section[data-widget="add"] div.recurringFields input {
  padding: 5px 2px;
}

section[data-widget="add"] form > .multifield > span {
  float: right;
  line-height: 1.5em;
  padding-top: 10px;
}

section[data-widget="add"] form input[type="checkbox"] {
  width: auto !important;
  padding: 0;
}

section[data-widget="add"] form > div.formType {
  font-size: 1.5em;
  margin: 0 auto;
  padding: 30px 0;
}

section[data-widget="add"] form .recurringFields input[type="number"] {
  width: 60px;
}

div#alertBox {
  background-color: crimson;
  color: white;
  display: none;
  padding: 10px;
  text-align:center;
}

.scheduled div#alertBox {
  display: block;
}

div#alertBox.success {
  background-color: darkgreen;
}

input.required.error {
  background-color: yellow;
}

section[data-widget="add"] form .advancedSpecifics fieldset label, section[data-widget="add"] form .advancedSpecifics legend label {
  background-color: lightgray;
  border-radius: 10px;
  box-sizing: border-box;
  color: gray;
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  margin: 5px;
  padding: 5px 15px;
  width: 100px;
}

section[data-widget="add"] form .advancedSpecifics fieldset label.checked, section[data-widget="add"] form .advancedSpecifics legend label.checked {
  background-color: steelblue;
  color: white;
}

section[data-widget="add"] form .advancedSpecifics fieldset label input {
  opacity: 0;
  position: absolute;
}

section[data-widget="add"] form .advancedSpecifics legend label {
  cursor: default;
  line-height: 1;
  width: auto;
}

#advancedOptions > fieldset {
  font-size: 110%;
  padding: 12px 15px;
  word-spacing: 5px;
}

.advancedSpecifics{
  display:none;
  padding-top: 10px;
}

.advancedSpecifics h5 > span {
  font-size: 90%;
}

.advancedSpecifics textarea {
  height: 100px;
  margin: 8px 0;
  width: 100%;
}

section[data-widget="add"] > h3 {
  max-width: 800px;
}

span.activeCheckbox {
  float: right;
  font-size: 1.25rem;
}

table.recurring {
  border-collapse: collapse;
  background: none;
  margin: 0;
  width: 100%;
}

table.recurring td button.btn.dropdown-toggle {
    padding: 1px 7px;
}

table.recurring > thead > tr:first-child > th {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

table.recurring:first-of-type > thead > tr:first-child > th {
  padding-top: 1rem;
}

table.recurring th:first-child, table.recurring td:first-child {
  width: 50%;
}

table.recurring th, table.recurring td {
  width: 15%;
  text-align: left;
}

table.recurring th:last-child, table.recurring td:last-child {
  text-align: right;
  width: 5%;
}

table.recurring > tbody > tr:first-child > td {
  padding-top: 0.75rem;
}

table.recurring li[data-action]{
  text-transform: capitalize;
}

table.recurring .dropdown-menu li {
  padding: 10px;
}

table.recurring .dropdown-menu li:hover {
  background-color: lightgray;
  cursor: pointer;
}

.modal#confirmationModal {
  --bs-modal-margin: 3.75rem 0.5rem;
}

.modal#confirmationModal div[data-slot="unpaid"] {
  padding: 0;
}

div[data-slot="unpaid"] h3 {
  font-size: 1.25em;
  padding-top: 0.5em;
}

.modal#confirmationModal div[data-slot="unpaid"] h3 {
  font-size: 1em;
}

div[data-slot="unpaid"] table {
  width: 100%;
}

div[data-slot="unpaid"] table th {
  font-weight: normal;
  border-bottom: 1px solid;
}

div[data-slot="unpaid"] table td {
  text-align: left;
  width: 30%;
}

.modal#confirmationModal table td:last-child {
  text-align: right;
  width: 10%;
}

div[data-slot="unpaid"] a.fa-trash{
  border-bottom: 0 none;
  color: #dc3545;
}

div[data-slot="unpaid"] a.fa-trash:hover{
  border-bottom: 0 none;
  color: #a52834;
}

.modal#confirmationModal button[data-type="context"]{
  text-transform: capitalize;
}

.modal#confirmationModal ul {
  list-style: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.modal#confirmationModal li {
  clear: both;
  padding: 10px 0;
  position: relative;
}

.modal#confirmationModal[data-action="activate"] li.amount::before {
  content: "$";
  position: absolute;
  right: calc(45% + 10px);
}

.modal#confirmationModal li output, .modal#confirmationModal[data-action="activate"] li > input, .modal#confirmationModal[data-action="activate"] li .frequency{
  display: block;
  float: right;
  width: 45%;
}

.modal#confirmationModal[data-action="activate"] li > input, .modal#confirmationModal[data-action="activate"] li .frequency {
  margin-top: -5px;
}

.modal#confirmationModal li > input, .modal#confirmationModal li .frequency, .modal#confirmationModal[data-action="activate"] li output{
  display: none;
}

section[data-widget="recurring"] .amount output::before {
  content: "$";
  text-align: left;
  margin-right: 2px;
}

section[data-widget="recurring"] .frequency input {
  display: none;
  float: left;
  width: 25%;
}

section[data-widget="recurring"] .frequency select {
  padding: 0.1em 0;
  width: 100%;
}

section[data-widget="recurring"] .frequency.showDays input{
  display: inline;
}

section[data-widget="recurring"] .frequency.showDays select {
  float: right;
  width: 72%;
}

table.recurring.active > tbody > tr > td:first-child {
  padding-left: 20px;
  position: relative;
}

table.recurring.active > tbody > tr > td:first-child > a.fa {
  position: absolute;
  left: 0;
  color: black;
  border: 0 none;
}

table.recurring.active tr.collapse > td {
  background-color: white;
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .modal#confirmationModal {
    --bs-modal-margin: 3.75rem 0.5rem;
  }
}
  
@media screen and (max-width: 1250px) {
/*   table.scheduled {
    width: 560px;
  }
  table.scheduled th:first-child, table.scheduled td:first-child {
    width: auto;
  }
  table.scheduled > thead > tr:first-child > th {
    text-align: right;
  }
  table.scheduled > thead > tr:first-child > th:first-child {
    display: none;
    text-align: left;
  }
  table.scheduled th[data-month], table.scheduled td[data-month] {
    display: none;
  }
  table.scheduled th.active[data-month], table.scheduled td.active[data-month] {
    display: table-cell;
  }
	table.scheduled th.month.active, table.scheduled td.month.active {
		border-left: 0;
		padding-left: 0;
	}
	table.scheduled th.paid, table.scheduled td.paid {
    padding-right: 0;
    position: relative;
    text-align: center;
    width: 70px;
	}
  table.scheduled {
    clear: both;
  }
  section[data-widget="scheduled"] h3 {
    position: relative;
    width: 560px;
  }
  select#scheduled_month {
    display: block;
    margin-top: 1em;
  }
	table.scheduled tfoot td.total {
    padding-right: 0;
  }
  section[data-widget="summary"] {
    width: 100%;
  }
  section[data-widget="accounts"] > div.table > table {
		float: none;
		margin-left: 0;
		width: 100%;
	}
  section[data-widget="accounts"] > div.table > table:last-of-type {
		margin-top: 1.8em;
	}
	section[data-widget="current-cycle"], section[data-widget="next-cycle"] {
		float: none;
		margin-left: 0;
		clear: both;
	}
	section[data-widget="current-cycle"]::before, section[data-widget="next-cycle"]::before, section[data-widget="current-cycle"]::after, section[data-widget="next-cycle"]::after {
		display: block;
	}
	table.paycyclebills {
		width: 100%;
	}
	section[data-widget="accounts"] > div.table > table td:first-child {
		width: auto;
	}	 */
}

@media screen and (max-width: 600px) {
/*   table.scheduled {
    width: 100%;
  }
  section[data-widget="scheduled"] h3 {
    width: 100%;
  } */
  section > div.table {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  section[data-widget="summary"]::after {
    border-bottom: 0 none;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  section[data-widget="current-cycle"], section[data-widget="next-cycle"] {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  span.current-cycle { display: none; }
  section[data-widget="add"] form .formType label {
    display: block;
  }
  
  .modal#confirmationModal ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media print {
  body.main {
    padding-bottom: 1.5em;
  }
  header {
    display: none;
  }
  section:first-of-type {
    padding-top: 0;
  }
  section:first-of-type > h3 {
    margin: 0;
    padding:0;
    position: fixed;
  }
  section[data-widget="summary"]:first-of-type > h3 {
    padding-bottom: 0.7em;
    position: relative;
  }
  section {
    page-break-inside: avoid;
  }
  section[data-widget="summary"]::after {
    border-bottom: 0 none;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  section[data-widget="current-cycle"], section[data-widget="next-cycle"] {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  section > div.table {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  section > div.table > table.scheduled, section > div.table > table.recurring {
    display: table;
    page-break-after: always;
  }
  table.scheduled:last-of-type table.recurring:last-of-type {
    page-break-after: avoid;
  }
  table.scheduled th.paid, table.scheduled td.paid {
    padding-right: 0;
    width: auto;
  }
  section > div.table > table.scheduled > thead > tr:first-child > th, section > div.table > table.recurring > thead > tr:first-child > th {
    padding-top: 3.5em;
  }
  section > div.table > table.scheduled:first-of-type > thead > tr:first-child > th, section:first-of-type > div.table > table:first-of-type > thead > tr:first-child > th {
    padding-top: 2.5em;
  }
  select#scheduled_month {
    display: none;
  }
}