html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #F8F8FF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #434343;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 2.1rem;
	text-align: center;
	padding: 2rem 0 3rem 0;
	margin: 0;
	line-height: 1.3em;
}

h2 {
	font-size: 1.6rem;
	padding: 2rem 0 1rem 0;
	line-height: 1.3em;
}

h3 {
	font-size: 1.1rem;
	padding: 1rem 0 .5rem 0;
	text-decoration: underline;
}

p {
	margin: 0;
}

* + p {
	margin-top: 1em;
}

h3 + p {
	margin-top: 0;
}

li, p {
	line-height: 1.5em;
}

.max-wrap {
	max-width: 1000px;
	margin: auto;
}

.max-wrap > div {
	padding: 1rem 0 2rem 0;
	border-bottom: 1px solid #CCC;
}

div > h2 {
	padding-top: 0;
}

footer {
	padding: 2rem;
}

footer p {
	text-align: center;
}

.research-group {
	display: flex;
	flex-wrap: wrap;
}

.research-group img {
	max-height: 300px;
}

.group-list {
	flex-grow: 1;
}

.sponsors {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
}

.sponsors img {
	height: 50px;
}

.support img {
	float: left;
	max-height: 140px;
	overflow: hidden;
	margin-right: 1rem;
}

.results {
	padding: .8rem;
	background: #ffeedd;
	display: flex;
	justify-content: space-around;
}

.results.circular div {
	display: flex;
	flex-direction: column;
	padding: .5rem;
}

.results.circular img {
	height: 210px;
}

figcaption {
	text-align: center;
	font-weight: bold;
	margin-top: 1rem;
}

.center {
	text-align: center;
}

