
	#header-container {
		padding: 0;
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: 33% auto;
	}
	.superhead {
		grid-row: 1;
		grid-column: span 2;
	}
	#weeMLogoLeft {
		grid-row: 2;
		grid-column: 1;
	}
	#weem-headings {
		grid-row: 2;
		grid-column: 2;
		display: grid;
		grid-template-rows: auto auto auto;
		grid-template-columns: auto;
	}
	#weem-headings h2 {
		margin: 0;
		font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	}
	#weem-headings h2.theme {
		grid-row: 1;
		grid-column: 1;
	}
	#weem-headings .title {
		margin: 0;
		grid-row: 2;
		grid-column: 1;
	}
	#weem-headings .date {
		grid-row: 3;
		grid-column: 1;
	}
	#weem-headings .outline {
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: #841d8c;
	}
	#weem-headings .outline .yyyy {
		-webkit-text-fill-color: orange;
	}