Template:WikiProject Mapping Gravestones/styles.css

.box.header {
	margin-top: 0.5em;
	text-align: center;
	border-top: none;
}
.headline {
	line-height: 2em;
	font-size: 1.5em;
	font-variant: small-caps;
}
.headline .title {
	display: block;
	font-size: 1.7em;
	color: #d04444;
	font-weight: bolder;
	font-variant: normal;
}
.header-menu li {
	display: block;
	margin-top: 0.3em;
}

.flex-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 2ex;
}
.flex-major-col { flex: 1 60%; }
.flex-minor-col { flex: 1 36%; }

.box {
	padding: 2ex;
	margin-top: 2em;
	border-radius: 5px;
	box-shadow: 0 0 0.3rem #999;
	border-top:5px solid #F16F6F;
}

.mw-heading2 {
	border: none;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	font-size: 1.2em;
	margin-top: 0.1em;
}