	BODY, TD, TH, P,FONT {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	.r {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	.w {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 14px;
		font-weight: bold; color: #FFFFFF;
	}
	H1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold; color: #000BE6;
		text-decoration: none;

	}

	.date {  font-weight: bold; color: #000BE6}
	.news-head  {  font-weight: bold; color: #FFCC33}
	.news-text  {  text-decoration: none }


/* REPORTING GROUP PAGE */
/* -------------------- */

/* html element */
.CandidateReports.ReportingGroup {
}

.CandidateReports.ReportingGroup .PageHeader h1 {
	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #042CBA;
}

.CandidateReports.ReportingGroup .PageHeader h2 {
	margin-left: 0;

	font-size: 24px;
	font-weight: normal;
	color: #A20000;
}

.CandidateReports.ReportingGroup .PageHeader .Disclaimer {
	font-weight: bold;
	font-size: 1.2em;
	color: #A20000;
}


/* CONTRIBUTIONS PAGE */
/* ------------------ */

/* html element */
.CandidateReports.Contributions {
}

.CandidateReports.Contributions .PageHeader h1 {
	font-size: 36px;
	font-weight: normal;
	color: #434242;
}

.CandidateReports.Contributions .PageHeader h2 {
}

.CandidateReports.Contributions .PageNavigation {
}

.CandidateReports.Contributions .ReportGroup {
	margin: 5px -15px 20px -15px;
	padding: 15px;

	border: 1px solid black;
	border-radius: 1rem;
}

.CandidateReports.Contributions .ReportGroup header .Heading {
	margin: 0;
	padding: 0.5em 0;

	background-color: #337AB7;

	font-size: 1.125em;
	color: white;
	text-align: center;
}

/* Desktop view and print */
@media screen and (min-width: 768px), print {

	.CandidateReports.Contributions .ReportTable {
		display: block;
	}

	.CandidateReports.Contributions .ReportTable thead,
	.CandidateReports.Contributions .ReportTable tbody,
	.CandidateReports.Contributions .ReportTable tfoot {
		display: block;
	}

	.CandidateReports.Contributions .ReportTable thead tr,
	.CandidateReports.Contributions .ReportTable tbody tr {
		display: grid;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead tr,
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody tr {
		grid-template-columns: 12.5% 22.5% 15% 25% 25%;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead tr,
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody tr {
		grid-template-columns: 12.5% 22.5% 25% 25% 15%;
	}

	.CandidateReports.Contributions .ReportTable tbody tr {
		grid-template-rows: 1fr 2fr;
	}

	.CandidateReports.Contributions .ReportTable th {
		padding: 0.125em 0.5em;

		background-color: #337AB7;

		font-size: inherit;
		font-weight: bold;
		color: white;
	}

	.CandidateReports.Contributions .ReportTable td {
		padding: 0.125em 0.5em;

		font-size: inherit;
	}

	.CandidateReports.Contributions .ReportTable td > .Label {
		display: none;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(1),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(2),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(3),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(3) {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(4),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(4) {
		grid-column: 3;
		grid-row: 1 / 3;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(5),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(5) {
		grid-column: 4;
		grid-row: 1;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(6),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(6) {
		grid-column: 5;
		grid-row: 1;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(7),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(7) {
		grid-column: 4;
		grid-row: 2;
	}

	.CandidateReports.Contributions .ReportTable.Columns-8 thead th:nth-child(8),
	.CandidateReports.Contributions .ReportTable.Columns-8 tbody td:nth-child(8) {
		grid-column: 5;
		grid-row: 2;

		text-align: right;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(1),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(2),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(3),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(3) {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(4),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(4) {
		grid-column: 3;
		grid-row: 1 / 3;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(5),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(5) {
		grid-column: 4 / 6;
		grid-row: 1;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(6),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(6) {
		grid-column: 4;
		grid-row: 2;
	}

	.CandidateReports.Contributions .ReportTable.Columns-7 thead th:nth-child(7),
	.CandidateReports.Contributions .ReportTable.Columns-7 tbody td:nth-child(7) {
		grid-column: 5;
		grid-row: 2;

		text-align: right;
	}

	.CandidateReports.Contributions .ReportTable tbody tr:nth-child(even) {
		background-color: #EEEEEE;
	}

	.CandidateReports.Contributions .ReportTable td.SeqNo > .Value:before {
		content: '#';
	}

	.CandidateReports.Contributions .ReportTotal {
		margin-top: 1em;
	}

	.CandidateReports.Contributions .ReportTotal .TotalRow {
		display: flex;

		font-size: 1.2em;
		font-weight: bold;
	}

	.CandidateReports.Contributions .ReportTotal .Label {
		flex-basis: 75%;

		padding-right: 5px;

		text-align: right;
	}

	.CandidateReports.Contributions .ReportTotal .Value {
		flex-grow: 1;

		padding-right: 5px;

		text-align: right;
	}
}

/* Mobile view */
@media screen and (max-width: 767px) {

	.CandidateReports.Contributions .ReportTable {
		display: block;
	}

	.CandidateReports.Contributions .ReportTable thead {
		display: none;
	}

	.CandidateReports.Contributions .ReportTable tbody,
	.CandidateReports.Contributions .ReportTable tfoot {
		display: block;
	}

	.CandidateReports.Contributions .ReportTable tbody tr {
		display: block;

		padding: 0.5em 0;
	}

	.CandidateReports.Contributions .ReportTable td {
		display: block;

		padding: 0.125em 0.75em 0.125em 0.5em;
	}

	.CandidateReports.Contributions .ReportTable td > .Label {
		padding-left: 0.5em;

		font-weight: bold;
		color: #404040;
		font-variant: small-caps;
	}

	.CandidateReports.Contributions .ReportTable tbody td:nth-child(1),
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(1) > .Label,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(1) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(2),
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(2) > .Label,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(2) > .Value {
		display: inline;
	}

	.CandidateReports.Contributions .ReportTable tbody td:nth-child(2):before {
		margin-left: -1.5em;

		content: ', ';
	}

	.CandidateReports.Contributions .ReportTable tbody td:nth-child(1) > .Label,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(2) > .Label {
		display: none;
	}

	.CandidateReports.Contributions .ReportTable tbody td:nth-child(3) {
		margin-top: 0.25em;
		padding-top: 0.5em;

		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}

	.CandidateReports.Contributions .ReportTable tbody td:nth-child(3) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(4) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(5) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(6) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(7) > .Value,
	.CandidateReports.Contributions .ReportTable tbody td:nth-child(8) > .Value {
		padding-left: 1.5em;
	}

	.CandidateReports.Contributions .ReportTable tbody td:last-child > .Label,
	.CandidateReports.Contributions .ReportTable tbody td:last-child > .Value {
		text-align: right;
	}

	.CandidateReports.Contributions .ReportTable tbody td.Amend > .Value:empty:after {
		content: '(None)';
		font-variant: small-caps;
		color: #404040;
	}

	.CandidateReports.Contributions .ReportTable tbody tr:nth-child(even) {
		background-color: #EEEEEE;
	}

	.CandidateReports.Contributions .ReportTable td.SeqNo {
		font-weight: bold;
	}

	.CandidateReports.Contributions .ReportTable td.SeqNo > .Value:before {
		content: '#';
	}

	.CandidateReports.Contributions .ReportTotal {
		margin-top: 1em;
	}

	.CandidateReports.Contributions .ReportTotal .TotalRow {
		font-size: 1.2em;
		font-weight: bold;
	}

	.CandidateReports.Contributions .ReportTotal .Label {
	}

	.CandidateReports.Contributions .ReportTotal .Value {
		padding-right: 5px;

		text-align: right;
	}
}


/* CANDIDATE INFO PAGE */
/* ------------------- */

/* html element */
.CandidateReports.CandidateInfo {
}

.CandidateReports.CandidateInfo body {
	font-size: 14px;
}

.CandidateReports.CandidateInfo a {
	color: #1F496E;
}

.CandidateReports.CandidateInfo .PageHeader h1 {
	font-size: 36px;
	font-weight: normal;
	color: #434242;
}

.CandidateReports.CandidateInfo .PageHeader h2 {
	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #042CBA;
}

.CandidateReports.CandidateInfo .CandidateContactColumn h2 {
	margin-top: 0;

	font-size: 1.5em;
}

.CandidateReports.CandidateInfo .CandidateContactColumn .ContactInfoItem {
	display: flex;
}

.CandidateReports.CandidateInfo .CandidateContactColumn .ContactInfoItemLabel {
	font-weight: bold;

	flex-basis: 10ex;
	vertical-align: top;
}

.CandidateReports.CandidateInfo .CandidateContactColumn .ContactInfoItemValue {
	flex-grow: 1;
	vertical-align: top;
}

.CandidateReports.CandidateInfo .AvailableReportsHeading {
	text-decoration: underline;
}

.CandidateReports.CandidateInfo #disclaimer {
	color: #A20000;
}

.CandidateReports.CandidateInfo .ReportList {
	list-style: none;

	margin: 0.5em 0 0 0;
	padding: 0;
}

.CandidateReports.CandidateInfo .ReportList li {
	display: flex;

	padding: 0 0.5em;
}

.CandidateReports.CandidateInfo .ReportList li:nth-child(even) {
	background-color: #EEEEEE;
}

.CandidateReports.CandidateInfo .ReportList .ReportPeriodName {
	flex-basis: 10ex;
}

.CandidateReports.CandidateInfo .ReportList .ReportPeriodDate {
	text-align: right;
	flex-grow: 1;
}

.CandidateReports.CandidateInfo .ReportTableHeader {
	margin-bottom: 0.5em;

	font-size: 1.2em;
	font-weight: bold;
}

.CandidateReports.CandidateInfo .ReportTable tbody tr:nth-child(even) {
	background-color: #EEEEEE;
}

.CandidateReports.CandidateInfo .ReportTable .btn {
	font-size: inherit;
}

.CandidateReports.CandidateInfo .ReportDocumentsList {
	list-style: none;
	clear: both;

	margin: 0.5em 0 0 0;
	padding: 0;
}

.CandidateReports.CandidateInfo .ReportDocumentsList li {
	display: block;

	margin: 0;
	padding: 0.25em 0.75em;
}

.CandidateReports.CandidateInfo .ReportDocumentsList li:nth-child(even) {
	background-color: #EEEEEE;
}

/* Desktop view and print */
@media screen and (min-width: 768px), print {

	.CandidateReports.CandidateInfo .ReportTable th,
	.CandidateReports.CandidateInfo .ReportTable td {
		text-align: right;
		vertical-align: top;
	}

	.CandidateReports.CandidateInfo .ReportTable th {
		padding: 0.25em 0.5em;
	}

	.CandidateReports.CandidateInfo .ReportTable td {
		padding: 0.5em;

		font-size: inherit;
	}

	.CandidateReports.CandidateInfo .ReportTable th:first-child,
	.CandidateReports.CandidateInfo .ReportTable td:first-child {
		padding-left: 1.25em;

		width: 90%;

		text-align: left;
	}

	.CandidateReports.CandidateInfo .ReportTable th:last-child,
	.CandidateReports.CandidateInfo .ReportTable td:last-child {
		padding-right: 1.25em;

		text-align: center;
	}

	.CandidateReports.CandidateInfo .ReportTable th:last-child {
		white-space: nowrap;
	}

	.CandidateReports.CandidateInfo .ReportTable tbody .Label {
		position: absolute;
		left: -10000cm;
	}
}

/* Mobile view */
@media screen and (max-width: 767px) {

	.CandidateReports.CandidateInfo .CandidateContactColumn h2 {
		margin-top: 0.75em;
	}

	.CandidateReports.CandidateInfo .ReportTable,
	.CandidateReports.CandidateInfo .ReportTable thead,
	.CandidateReports.CandidateInfo .ReportTable tbody,
	.CandidateReports.CandidateInfo .ReportTable tr {
		display: block;
	}

	.CandidateReports.CandidateInfo .ReportTable thead {
		display: none;
	}

	.CandidateReports.CandidateInfo .ReportTable td {
		padding: 0 0.5em;

		font-size: inherit;
	}

	.CandidateReports.CandidateInfo .ReportTable td:first-child {
		padding-top: 0.75em;

		font-weight: bold;
	}

	.CandidateReports.CandidateInfo .ReportTable td:not(:first-child):not(:last-child) {
		display: flex;
	}

	.CandidateReports.CandidateInfo .ReportTable td:not(:first-child):not(:last-child) .Label {
		padding-left: 1ex;

		flex-basis: 40%;

		font-weight: bold;
	}

	.CandidateReports.CandidateInfo .ReportTable td:not(:first-child):not(:last-child) .Value {
		flex-grow: 1;
	}

	.CandidateReports.CandidateInfo .ReportTable td:last-child {
		display: block;

		padding-top: 0.5em;
		padding-bottom: 0.75em;

		text-align: center;
	}

	.CandidateReports.CandidateInfo .ReportTable .btn {
		display: inline-block;

		min-width: 70%;
	}
}
