.summary {
        font-family: var(--header-font-family);
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
        margin-block-start: 0 !important;
    }
.updated-tab {
    /* careful - this wasn't commented out in original webc code
    position: fixed;
    */
	background-color: rgba(255,255,255,0.1);
	margin-left: -20vw;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	padding: 1rem;
	padding-left: 25vw;
	width: 40vw;
	font-family: var(--header-font-family);
	font-weight: 500;
	max-width: 200px;
	text-align: right;
	font-size: 1.2rem;
}