@charset "utf-8";
/* CSS Document */

body {
	background-color: #545967;
	color: #c6d2ee;
}

#researchers img {
	padding-bottom: 10px;
}

p {
	text-align: center;
}

.notes p {
	font-family: Arial, "sans-serif";
}

#heading {
	font-family: 'Times New Roman', 'serif';
	text-decoration: underline;
	font-size: 20pt;
}

#notes-header {
	font-family: 'Times New Roman', 'serif';
	text-decoration: underline;
	font-size: 15pt;
}

div {
	margin: auto;
	align-content: center;
}

#content {
	width: 60%;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 1600px) {
	#researchers {
		display: table;
	}
	  #researchers div {
		width: 50%;
		height: 100%;
		display: table-cell;
	  }
}

#tobecontinued {
	padding-top: 30px;
	font-size: 16pt;
}

#researchers {
	height: 100%;
}
