
ul.list{
margin:0 auto;
margin-top:-20px;
margin-bottom:40px;
max-width:95%;
}

ul.list li{
list-style-type:none;
position: relative;
background:#eee;
border-bottom:1px solid #fff;
padding:0.25em;
}

ul li::after {
	display: block;
	content: '';
	position: absolute;
	top:0.7em;
	left: -1em;
	width: 6px;
	height: 6px;

	background-color: #bbb;
	border-radius: 100%;
}
