@charset "UTF-8";
/* CSS Document */

#themesGraphic {
	text-align: center;
	position: relative;
}
#themesGraphic div {
	position: absolute;
	text-align: center;
	width: 139px;
	cursor: pointer;
}
#themesGraphic div h2 {
	text-align: center;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	color: white;
}
#themesGraphic div ul {
	list-style-type: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#themesGraphic div ul li {
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: white;
}
#themesGraphic div h2 a,
#themesGraphic div ul li a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	border: none;
}
#themesGraphic div h2 a {
	font-size: 14px;
}

#emotionsTheme {
	left: 34px;
	top: 156px;
}
#environmentTheme {
	left: 146px;
	top: 46px;
}
#neurocognitiveTheme {
	left: 256px;
	top: 148px;
}
#lifespanTheme {
	left: 146px;
	top: 236px;
}

