ul.listings {
 margin: 0;
 padding: 0;
}

ul.listings li {
 list-style: none;
}

ul.listings ul li {
	list-style-type: disc;
}
