.infobox {
        background-color: lch(from var(--red-fur-colour) l c h / 0.5);
    }
    .infobox-header {
        font-family: var(--header-font-family);
    }
	table.callout {
		width: 80%;
		margin: 0.5rem auto;
		vertical-align: middle;
		border: none;

		td {
			padding: 0.75rem;
		}
		tr,td,th {
			border: none;
		}
	}
.infobox-warn {
    background-color: lch(from goldenrod l c h / 0.2);
}
.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;
}