.overflow-ellipsis {
	width: 100%;
	min-width: 320px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.responsive-table tbody tr:last-child>* {
	border-bottom: 0;
}

@media (min-width: 801px) {
	tr[data-indent="Yes"] td:first-child {
		padding-left: 22px !important;
	}

	table.responsive-table thead th,
	table.responsive-table tbody tr>* {}

	table.responsive-table thead th:last-child,
	table.responsive-table tbody tr>*:last-child {}

	/* table.basic-table tbody td {
		width: 10%; 
	}*/

	/* table.basic-table tbody td:first-child {
		width: 25%; 
	}*/
}

table.responsive-table td[data-title]::before {
	content: attr(data-title) ": ";
	font-weight: 600;
}

@media (min-width: 801px) {
	table.responsive-table td[data-title]::before {
		content: none;
	}
}

@media (max-width: 801px) {

	table.responsive-table,
	table.responsive-table thead,
	table.responsive-table tbody,
	table.responsive-table th,
	table.responsive-table td,
	table.responsive-table tr {
		display: block;
	}

	table.responsive-table {
		position: relative;
		overflow-x: visible;
	}

	table.responsive-table caption {
		position: absolute;
		top: -30px;
		font-size: 1.2rem
	}

	table.responsive-table:has(caption) {
		margin-top: 30px;
	}

	table.responsive-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	table.responsive-table tbody td.row {
		border-bottom: 2px solid #007eb5;
	}

	table.responsive-table tbody tr[data-indent="Yes"] td.row {
		border-bottom: 2px solid #eaeaea;
	}

	table.responsive-table tbody td.row span {
		font-size: 1rem;
	}

	table.responsive-table tbody td.row {
		margin-top: 0.75em;
	}

	table.responsive-table tbody tr td {
		border-bottom: 1px dashed #ccc;
	}

	table.responsive-table tbody tr td:last-child {
		border-bottom: 1px solid #ccc;
	}

	[data-indent="Yes"] td:before {
		padding-left: 2em;
	}

	[data-indent="Yes"] td>span {
		padding-left: 0.5em;
	}

	table[class*="basic"] tbody tr> :first-child {
		padding-left: 0;
	}

	table[class*="basic"] tbody tr td {
		border-top-color: #fff !important;
	}

	table[class*="basic"] tbody tr> :last-child {
		padding-right: 10px !important;
	}

	table.responsive-table tbody tr:last-child {
		border-bottom: 0;
	}

	table.responsive-table tbody td {
		position: relative;
		text-align: right;
		padding-left: 50%;
	}

	table.responsive-table tbody td::before {
		position: absolute;
		left: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
	}
}

table.basic-table tbody td.number {
	width: 0.1%;
}

table.basic-table tbody td.only {
	width: 62%;
}

.secondary ul.basic-list li {
	line-height: 1.2;
	margin-bottom: 6px;
}

table.basic-table {
	border-bottom-color: white !important;
}

table.basic-table tfoot tr:first-child td {
	border-top-width: 1px !important;
}

.footnotes span {
	display: flex;
	width: 100%;
	padding-bottom: 3px;
}

div.basic-table {
	margin-bottom: .01em !important;  /* melinda changed from 2 to .01 */
}

tr[data-indent='Yes'] td:first-child {
	padding-left: 22px !important;
}

tr[data-bold="Yes"] td {
	font-weight: bolder;
}

tr[data-footnote="1"] td:first-child span:after {
	content: "1";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

tr[data-footnote="2"] td:first-child span:after {
	content: "2";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

tr[data-footnote="3"] td:first-child span:after {
	content: "3";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

tr[data-footnote="4"] td:first-child span:after {
	content: "4";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

tr[data-footnote="5"] td:first-child span:after {
	content: "5";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

tr[data-footnote="3,4"] td:first-child span:after {
	content: "3,4";
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
}

.wpsr-countdown-banner {
	background-color: #d9eff9;
	border-left: 8px solid #007eb5;
	padding: 1.5em;
	margin-bottom: 2em;
}

.wpsr-countdown-message {
	font-size: 1.1rem;
	margin: 0 0 0.5em 0;
}

.wpsr-countdown-timer {
	font-size: 1.5em;
	font-weight: bold;
	color: #007eb5;
	margin: 0;
}
