.cpm-instructions-toggle {
		display: inline-block;
		text-decoration: none;
		color: #1f2d3d;
		margin: 8px 0 2px;
	}

	.cpm-instructions-toggle h3 {
		display: inline-block;
		margin: 0;
		padding: 10px 14px;
		border: 1px solid #b7d2eb;
		border-radius: 10px;
		background: #e9f3fb;
		box-shadow: none;
		font-size: 17px;
		font-weight: 600;
		width: auto;
	}

	.cpm-instructions-panel {
		width: 100%;
		max-width: 880px;
		border: 1px solid #b7d2eb;
		border-radius: 10px;
		background: #e9f3fb;
		box-shadow: none;
		overflow: hidden;
	}

	.cpm-instructions-grid {
		display: grid;
		grid-template-columns: 260px 1fr;
		gap: 18px;
		padding: 14px;
	}

	.cpm-step-nav {
		margin-bottom: 0;
		padding-right: 8px;
	}

	.cpm-step-nav a {
		display: block;
		padding: 4px 0;
		margin: 0 0 6px;
		border-radius: 0;
		background: transparent;
		color: #243447;
		text-decoration: none;
		font-family: inherit;
		font-size: 14px;
		font-weight: 600;
		transition: none;
	}

	.cpm-step-nav a:visited,
	.cpm-step-nav a:hover,
	.cpm-step-nav a:focus {
		color: #243447;
		text-decoration: none;
	}

	.cpm-step-nav a:hover {
		background: transparent;
		transform: none;
	}

	.cpm-step-body {
		padding-left: 0;
		max-width: 820px;
		min-height: 180px;
	}

	.cpm-step-body h6 {
		margin: 0 0 10px;
		font-size: 15px;
		font-weight: 700;
		color: #1f2d3d;
	}

	.cpm-step-body p {
		margin: 0;
		font-size: 14px;
		line-height: 1.55;
		color: #333333;
	}

	.cpm-step-body ul {
		margin: 10px 0 0 18px;
		padding: 0;
	}

	.cpm-step-body li {
		margin-bottom: 8px;
		line-height: 1.55;
	}

	.cpm-selector-panel {
		margin-top: 30px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.cpm-selector-panel .selectize-control {
		margin-left: 16px;
	}

	.cpm-selector-label {
		margin: 0 0 10px;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.35;
	}

	.cpm-decay-method-title {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.35;
	}

	.cpm-selector-label img {
		vertical-align: middle;
		cursor: help;
		width: 15px;
		margin-left: 4px;
	}

	.cpm-selector-panel .selectize-control.multi .selectize-input {
		min-height: 52px;
		padding: 10px 12px 8px;
		border: 1px solid #b8c4d0;
		border-radius: 14px;
		box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.04);
	}

	.cpm-selector-panel .selectize-control.multi .selectize-input.focus {
		border-color: #2b6cb0;
		box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
	}

	.cpm-selector-panel .selectize-control.multi .selectize-input > div {
		border-radius: 999px;
		background: #dfe8f1;
		border-color: #c1ceda;
		color: #16324f;
	}

	.cpm-selector-panel .selectize-control.multi .selectize-input > div.active {
		background: #1f4d73;
		border-color: #1f4d73;
		color: #ffffff;
	}

	.cpm-selector-panel .selectize-dropdown,
	.cpm-selector-panel .selectize-input,
	.cpm-selector-panel .selectize-input input {
		font-family: inherit;
	}

	.cpm-decay-method-options {
		margin-left: 16px;
	}

	.cpm-decay-method-options input[type="radio"] {
		margin-right: 6px;
	}

	.cpm-decay-method-options label {
		display: inline-block;
		margin: 0 0 2px;
	}

	.cpm-decay-method-options br {
		display: block;
		content: "";
		margin-bottom: 2px;
	}

	.cpm-peak-time-period {
		margin: 20px 0 0 0;
		padding-left: 10px;
		border-left: 0;
	}

	.cpm-peak-time-title {
		margin: 0 0 6px;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.35;
		font-family: Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;
	}

	.cpm-peak-time-options {
		margin-left: 16px;
		padding-left: 10px;
	}

	.cpm-peak-time-period input[type="radio"] {
		margin-right: 6px;
	}

	.cpm-peak-time-period label {
		display: inline-block;
		margin: 0 0 2px;
	}

	.cpm-peak-time-other-wrap {
		margin-top: 4px;
	}

	.cpm-peak-time-other-wrap input[type="text"] {
		width: 160px;
		margin-left: 6px;
	}

	.cpm-peak-time-help {
		display: block;
		font-size: 12px;
		color: #4b5563;
		margin: 2px 0 0 20px;
	}

	.cpm-step-panel {
		margin-top: 16px;
		padding: 6px 0 2px;
	}

	.cpm-step-panel .cpm-decay-method-title {
		margin: 0;
	}

	.cpm-step-table-wrap {
		border: 0;
		border-radius: 0;
		padding: 0;
		background: transparent;
	}

	.cpm-step-table-wrap table {
		margin-bottom: 0;
	}

	.cpm-step-table-wrap select,
	.cpm-step-table-wrap input[type="text"] {
		border: 1px solid #a9aeb1;
		border-radius: 2px;
		padding: 3px 6px;
	}

	.cpm-parameter-table,
	.cpm-output-table,
	.cpm-output-summary-table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		background: #ffffff;
		border: 1px solid #dfe1e2;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: none;
	}

	.cpm-parameter-table thead tr:first-child th:first-child,
	.cpm-output-table thead tr:first-child th:first-child,
	.cpm-output-summary-table tr:first-child th:first-child {
		border-top-left-radius: 4px;
	}

	.cpm-parameter-table thead tr:first-child th:last-child,
	.cpm-output-table thead tr:first-child th:last-child,
	.cpm-output-summary-table tr:first-child th:last-child {
		border-top-right-radius: 4px;
	}

	.cpm-parameter-table tr:last-child td:first-child,
	.cpm-output-table tr:last-child td:first-child,
	.cpm-output-summary-table tr:last-child td:first-child {
		border-bottom-left-radius: 4px;
	}

	.cpm-parameter-table tr:last-child td:last-child,
	.cpm-output-table tr:last-child td:last-child,
	.cpm-output-summary-table tr:last-child td:last-child {
		border-bottom-right-radius: 4px;
	}

	.cpm-parameter-table th,
	.cpm-output-table th,
	.cpm-output-summary-table th {
		background: #e6edf5;
		color: #162e51;
		font-weight: 700;
		letter-spacing: 0;
		border-bottom: 1px solid #c9d9e8;
		padding: 9px 12px;
	}

	.cpm-parameter-table th {
		font-size: 15px;
		line-height: 1.35;
	}

	.cpm-output-table th,
	.cpm-output-summary-table th {
		font-size: 16px;
		line-height: 1.35;
	}

	.cpm-parameter-table td,
	.cpm-output-table td,
	.cpm-output-summary-table td {
		color: #1b1b1b;
		border-bottom: 1px solid #e6e6e6;
		vertical-align: middle;
		padding: 8px 12px;
	}

	.cpm-parameter-table td {
		font-size: 15px;
		line-height: 1.4;
	}

	.cpm-output-table td,
	.cpm-output-summary-table td {
		font-size: 16px;
		line-height: 1.45;
	}

	.cpm-output-table input[type="submit"],
	.cpm-output-summary-table input[type="submit"] {
		font-size: 16px;
		line-height: 1.35;
	}

	.cpm-output-table b,
	.cpm-output-summary-table b {
		font-size: 16px;
	}

	.cpm-parameter-table tbody tr:nth-child(2n),
	.cpm-output-table tbody tr:nth-child(2n),
	.cpm-output-summary-table tbody tr:nth-child(2n) {
		background: #f7f7f7;
	}

	.cpm-parameter-table tbody tr:hover,
	.cpm-output-table tbody tr:hover,
	.cpm-output-summary-table tbody tr:hover {
		background: #eef3f8;
	}

	.cpm-parameter-table tr:last-child td,
	.cpm-output-table tr:last-child td,
	.cpm-output-summary-table tr:last-child td {
		border-bottom: 0;
	}

	.cpm-output-table input[type="submit"],
	.cpm-output-summary-table input[type="submit"] {
		font-weight: 600;
	}

	#results_table {
		border: 0;
		border-radius: 0;
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	.cpm-output-table td:first-child,
	.cpm-output-summary-table td:first-child {
		font-weight: 600;
		color: #162e51;
	}
