ul, ol{
	line-height: 1.2;
}
ul{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style-type: square;
}
ul li, ol li{
	margin: 0;
	margin-bottom: 5px;
}
ul li{
	list-style: none;
	background-size: 5px 7px;
	background-repeat: no-repeat;
	background-color: transparent;
}

ul.no-style li{
	margin-bottom: 0;
}