#tempMonitorsTable {
	border: solid 1px;
	width: 100%;
}
#tempMonitorsTable tr {
	border: solid 1px;
}
#tempMonitorsTable td {
	border: solid 1px;
	text-align: center;
	padding: 4px;
}
#tempMonitorsTable th {
	border: solid 1px;
	text-align: center;
	padding: 4px;
}

.emergencyMonitorAQIDiv:hover {
	cursor: pointer;
}

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