/* Dark blue header row */
.page-node-type-publication #block-mdrc-content table.blue {
	margin-top: 2rem;
}

.page-node-type-publication #block-mdrc-content .blue thead tr:first-of-type {
	  background: #00558c;
    color: #fff;
}

.page-node-type-publication #block-mdrc-content .blue thead tr:nth-of-type(2) {
	  background: #CBE4EC;
}

.page-node-type-publication #block-mdrc-content .blue tr:first-of-type {
	background: unset;
}

.page-node-type-publication #block-mdrc-content .blue td {
	font-size: 1rem;
}