@import url("/resources/base.css");

.portrait {
	width: 10em;
	height: 10em;
	float: left;
	margin-right: 2em;
}

@media only screen and (max-width: 780px) {
	.portrait {
		width: 5em;
		height: 5em;
	}
}

.links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.links li {
	display: inline;
}

.links li:not(:first-child)::before {
	content: ' | ';
}

h1 {
	margin: 0;
}

h2 {
	border-bottom: 0.01em dashed var(--SECONDARY);
}

h3 {
	/* border: 0.01em dashed var(--SECONDARY); */
	text-decoration: dashed underline var(--SECONDARY);
}

.align-right {
	float: right;
}

.compact-p p,
.compact-list ul,
.compact-list ol,
.compact-h4 h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.compact-h4 h4 {
	display: inline;
}

.div-sep > div {
	margin-bottom: 1em;
}
