#insula {
	position:relative;
}
.insula-label {
	position: absolute;
	text-align: center;
	padding: 0.5em;
	background-color: #011E62;
	color: #fff;
	font-size:90%;
	cursor:pointer;
}
#pop-insula-1 {
	top:17%;
	left: 43%;
}
#pop-insula-2 {
	top:37%;
	left: 68%;
}
#pop-insula-3 {
	top:82%;
	left: 76%;
}

.map {
	position:relative;
}

.maplabel {
	position: absolute;
	top: 48%;
	left:45%;
}

.timeline {
	color: #4d4e4c;
	max-width: 7.5em;
	text-align: center;
}
.italic {
	font-style:italic;
}

.pink {
	background-color: #d4a08b;
	margin-left: 2em;
	margin-bottom: 1em;
}

.pink td {
	padding: 0.5em 1em
}