
/* News list */
.information > .news-header {
	/*
	padding-bottom:40px;
	padding-bottom:4rem;
	*/
}
.information > .news-header h2 {
	float:none;
	margin-bottom:20px;
	margin-bottom:2rem;
}

/* Media Queries */
@media only screen and (max-width:640px) {
	.information > .news-header {
		margin-bottom:20px;
		margin-bottom:2rem;
		padding-bottom:20px;
		padding-bottom:2rem;
	}
	.information .information-list .information-item > .information-details > header > * {
		margin-bottom:10px;
		margin-bottom:1rem;
	}
}
