.infotext {
	width: 520px;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	color: #555;
	margin: 24px auto;
	padding: 12px;
  font-size: 17px;
  line-height: 27px;
}
.infotext3 {
	width: 520px;
	background-color: #fff;
	border: 1px solid #DDD;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	color: #555;
	margin: 24px auto;
	padding: 12px;
	font-size: 17px;
	line-height: 27px;
}

ul {
	background-color: #ffa;
}

ul li {
	line-height: 2em;
}

ul li i {
	font-weight: bold;
	
}

h1 {
	text-align: center;
}

div.date {
	float: right;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}