/* Use the system fonts when possible */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  margin: 0 2em;
  width: 80%;
}

h1, h2, h3 {
	color: #133873;
}

th { 
	background: #133873;
	color: white; 
	font-size: 20px
	font-weight: bold; 
}

table.dataTable tr.group td {
	background: #C1C6DC;
	color: black;
	font-size: 16px
	font-weight: bold;
}

a {
	text-decoration-style: dotted;
	color: black;
}

#header {
	margin-top: 1em;
}

#name_search_results {
	background-color: #eee;
	border: 1px dashed black;
	padding: 0em 1em;
	margin-top: 1em;
	display: inline-block;
}

#name_search_results ul, #name_search_results li {
	line-height: 20px;
	margin: 1em;
	padding: 0;
}

#copyright {
	color: #555;
	font-size: 12px;
}

#nav {
	font-size: 16px;
}