

#townsTable {
	border: solid 1px;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}
#townsTable tr {
	border: solid 1px;
}
#townsTable td {
	border: solid 1px;
	text-align: center;
	padding: 4px;
}
#townsTable th {
	border: solid 1px;
	text-align: center;
	padding: 4px;
}

.townsAQIDiv:hover {
	cursor: pointer;
}

.popover-body > a {
	text-decoration: none;
}

.townTableName {
	background-color: white;
}