@charset "utf-8";
#articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#articles li {
	border-left: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 16px;
	padding-left: 8px;
}

#articles li a {
	font-weight: bold;
}
.publication {
	font-style: italic;
	color: #002f51;
}