.archive li {
	margin-bottom: 30px;
	border-style: solid;
}

.archive ul {
	display: : inline-block;
	float: left;
}

ul .actions {
	padding-top: 0px;
	padding-bottom: 20px;
/*	background-color: red;*/
}

@media screen and (max-width: 980px) {
	.news li:nth-child(3), .features li:nth-child(3) {
		margin-top: 3px;
	}

	.news .image {
		margin: 0em;
	}
}


@media screen and (max-width: 480px) {
	.news li:nth-child(3), .features li:nth-child(3) {
		margin-top: 2em;
	}

	.news .image {
		margin: 0em;
	}
}