@font-face {
	font-family: "source_serif_pro";
	src: url("../woff/SourceSerifPro-Regular.ttf.woff");
}
@font-face {
	font-family: "source_sans_pro";
	src: url("../woff/SourceSansPro-Regular.ttf.woff");
}
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
	font-family: "source_serif_pro", serif;
}
h1, h2, h3 {
	font-family: "source_sans_pro", sans-serif;
	line-height: 1.3;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #aaa;
}
#res-layout {
	background-color: #fff;
	margin: 0 auto;
}
@media screen and (min-width: 48em) {
	#res-layout {
		max-width: 48em;
		margin: 0 auto;
	}
}
.res-top {
	text-align: center;
	border-bottom: 2px solid #888;
}
.res-info {
	display: none;
	background-color: #eee;
	color: #444;
}
.res-person-choice {
	text-align: center;
	margin: 2em auto;
}
/* closer together on "normal screens" */
.res-person-alignleft {
	float: left;
	margin: 2em;
}
.res-person-alignright {
	float: right;
	margin: 2em;
}
/* individually centered on "narrow screens" */
@media screen and (max-width: 420px) {
	.res-person-alignleft {
		float: none;
		margin: inherit;
	}
	.res-person-alignright {
		float: none;
		margin: inherit;
	}
}
.res-content {
	padding: 2em 2em;
	line-height: 1.5em;
}
.res-resource {
	padding-left: 3em;
}
.res-content h3 {
	margin-top: 2em;
}
.res-resource ul {
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	display: flex;
	flex-flow: row wrap;
}
.res-resource li {
	line-height: 1.2em;
	display: inline;
	list-style: none;
	/*background-color: #eee;*/
	/*border: 1px solid #888;*/
	color: #006392;
	border-radius: 0.8em;
	width: 5em;
	padding: 0.4em 0.8em;
	text-align: center;
	/*margin: 1em;*/
}
.res-resource li a:before {
	content: "» ";
}
a { color: #304163; }
a:hover { color: red; }
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3, h3 * { font-size: 12pt; }
h1, h2, h3, h3 * { color: #888; }
.res-edutime { color: #888; }
.res-eduresult, .res-eduloc {
	color: #444;
}
.pl-skills li {
	/*white-space: nowrap;*/
}
.pl-skills li {
	line-height: 1.9em;
	display: inline;
	list-style: none;
	/*background-color: #e2eaff;*/
	/*color: #006392;*/
	border-radius: 5px;
	padding: 3px 5px;
	box-shadow: none;
	background-color: transparent;
	color: #444;
}
.pl-skills  li:before {
	content: " •\00a0";
}
.pl-skills > div {
	padding: 1em;
}
.pl-skills ul {
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}
.res-personal-items p {
	margin: 0.2em 0;
}
.res-personal-items-name {
	color: #888;
}
.res-photo {
	float: none;
	text-align: center;
}
@media screen and (min-width: 35.5em) {
	.res-photo {
		float: right;
	}
}