/**/

.list {
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}

.list li {
	border-bottom: 1px solid #cdcdcd;
	padding: 20px;
}

.list li:last-child {
	border-bottom: 0;
}

.list article img {
	display: block;
	width: 100%;
}

@media(min-width: 768px) {
	.list article img {
		float: right;
		width: 300px;
		margin-left: 10px;
	}
}

.list article a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
}

.list article h2 {
	margin: 0;
}

.list article a:hover h2,
.list article a:focus h2 {
	color: #126d3c;
}

.list article p {
	margin: 0;
	font-size: 1.1em;
}

/**/

.pager {
	margin-top: 20px;
}


.pager a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px;
}

.pager a:hover {
	background: #f1f1f1;
}

.pager a:focus {
	background: #f1f1f1;
}