.anchor-list {
	margin-bottom: 30px;
	list-style-type: square;
	list-style-position: inside;
}
.anchor-list-item {
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.anchor-list-item > a {
    text-decoration: none;
    color: #2e407d;
    padding: 4px 0px;
    display: inline-block;
}