table.aqi1 {
	border:2px solid #CCCCCC;
}

.aqi-top{
	color: black;
	background-color: #E1EBF4;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	padding:5px; 
	border-radius:5px;
}


.aqi-good {
	color: black;
	background-color: #00E400;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-moderate {
	color: black;
	background-color: yellow;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-caution {
	color: white;
	background-color: #E17E00;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-unhealthy {
	color: white;
	background-color: red;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-v-unhealthy {
	color: white;
	background-color: #8F3F97;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}

.aqi-e-unhealthy { 
	color: white;
	background-color: #7E0023;
	width: 15%;
	height: 20px;
	text-align:center;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}


.aqi-good2 {
	color: black;
	background-color: #00E400;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-moderate2 {
	color: black;
	background-color: yellow;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-caution2 {
	color: white;
	background-color: #E17E00;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-unhealthy2 {
	color: white;
	background-color: red;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}
.aqi-v-unhealthy2 {
	color: white;
	background-color: #8F3F97;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}

.aqi-e-unhealthy2 { 
	color: white;
	background-color: #7E0023;
	width: 85%;
	height: 20px;
	text-align:left;
	margin:2px;
	font: 14px Arial, sans-serif;
	padding:5px; 
	border-radius:5px;
}