div.locationList, div.venueList {
	position: relative;
	margin-left: 25px;
}

ul.locationList li, ul.venueList li {
	list-style: none;
	position: relative;
}

ul.venueList li {
    margin-left: 0;
}

ul.venueList li ul li {
    margin-left: 36px;
}

li span.companyName {
    font-weight: bold;
}

span.listToggleControl {
	border: solid 1px silver;
	position: absolute;
	left: -25px;
	top: 3px;
	display: block;
	width: 15px;
	height: 15px;
	/* line-height needs to be slightly smaller than height */
	line-height: 13px;
	text-align: center;
	font-size: 1.2em;
	cursor: pointer;
}

@media (max-width: 640px) {
	div.locationList {
		margin-left: 35px;
		font-size: 1.2em;
	}

	ul.locationList li {
		left: -10px;
	}

	span.listToggleControl {
		left: -35px;
		top: 3px;
		width: 25px;
		height: 25px;
		/* line-height needs to be slightly smaller than height */
		line-height: 23px;
		font-size: 1.5em;
	}
}
