#masonryList {
	width : 100%;
}

.linkbox {
	width : 100%;
	margin-bottom : 7%;
}

.linkbox:last-child {
	margin : 0;
}

.linkbox h2 {
	margin-bottom : 5%;
	padding : 10px 0 12px 0;
	background : #e1e1d2;
	font-weight : 700;
	text-align : center;
	font-size : 100%;
}

ul.linkList {
	list-style : none;
}

ul.linkList li {
	margin-bottom : 7px;
	padding : 0 0 12px 3px;
	border-bottom : dashed 1px rgba(160,155,125,0.8);
}

ul.linkList li a,ul.linkList li a:hover {
	color : #005ab4;
	text-decoration : underline;
}