.newsEntry:not(.lastEntry) {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.03);*/
}
.newsEntry:nth-child(4n-3) {
	background-color: rgba(255, 255, 255, 0.04);
}
.newsEntry:nth-child(4n-2) {
	background-color: rgba(255, 255, 255, 0.08);
}
.newsEntry:nth-child(4n-1) {
	background-color: rgba(255, 255, 255, 0.05);
}
.newsEntry:nth-child(4n) {
	background-color: rgba(255, 255, 255, 0.10);
}
/*.newsDate {
	font-size: 0.7em;
	line-height: 1em;
}*/
.newsText {
	padding-bottom: 5vh;
}
.quickLinks {
	margin-top: 1em;
}

