.matrix-table {
	
}

.matrix-table caption {
	color: white;
	background-color: var(--navy);
	padding: 3px;
}

.matrix-table th {
	vertical-align: top;
	text-align: center;
	background-color: var(--ice);
	padding: 4px 10px;
  	font-size: 16px;
  	height: unset;
}

.matrix-table th:first-of-type {
	text-align: left;
}

.matrix-table thead tr:last-of-type th {
  vertical-align: bottom;
}


.matrix-table td {
  padding: 12px 10px;
  font-size: 16px;
}

.report-matrix-link-cell {
  text-align: center;
}

/* CIT */
.cit-eservice-matrix-table .report-matrix-link-cell {
	width: 75px;
}


/* FACT SHEETS */

.fact-sheet-matrix-table .report-matrix-text-cell {
	min-width: 230px;
}

/* HOLDINGS */

.holdings-matrix-table .report-matrix-text-cell {
  width: 375px;
}


/* INSTITUTIONAL */

.institution-matrix-table .report-matrix-link-cell {
	width: 75px;
}


/* PROSPECTUS */

.prospectus-matrix-table .report-matrix-text-cell {
  min-width: 220px;
}


/* PROXY */

.proxy-matrix-table .report-matrix-link-cell {
  width: 100px;
}

