/* Container for all items of the entire local groups entry */
#lmeets-container {
	width: 700px;
	float: left;
}
/* Box for the list of groups box */
.lmeets {
	width: 100%;
	padding: 0;
	margin 0;
	float: left;
	line-height: 150%;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}
/* List style for the local group list - currently unoccupied */
.lmeets-list {
}
/* Navigation for each local group */
.question-nav {
	font-style: normal;
	color: black;
	text-decoration: none;
}
/* Style for the venue details - currently unoccupied */
.lmeets-venue {
}
/* Navigation for getting back and so on */
.quick-nav {
	font-weight: bold;
	text-align: left;
	font-style: normal;
	color: black;
	text-decoration: none;
}
