<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.chart { 
	border:1px solid #cccccc;
	padding:10px;
	margin:5px;
	background-color: #eeeeee;
}
.glegend { 
	font-size: 9px;
	fill:#888;
}
.glegend-country { 
	text-align: center;
	font-size: 11px;
}
.rect {
	stroke: #ffffff;
	shape-rendering: crispEdges;
	stroke-width: 1px;
}
.vline {
	stroke: black;
	shape-rendering: crispEdges;
	stroke-width: 1px;
}
.vlinetext{
	font-size: 10px;
}

.gtitle {
	text-align: center;
	font-size: 15px;
	fill:#888;
}

.aqipoints {
	font-size: 12px;
	fill:black;
}
.aqipoints-shadow {
	font-size: 12px;
	fill:white;
	fill-opacity:.8;
}

/* ------------------------------------ */

.aqiscaletooltip
{

	padding:0px;
	margin: 0px;
	position:absolute;
	background-color:white;
	margin-left:-21px;
	width:33px;
	height:29px;
	pointer-events:none;

	text-align:center;
	
}

.bubbleboxdown {
	font-size:12px;
    background: url("data:image/svg+xml;utf8,&lt;svg height='29px' version='1.1' viewBox='0 0 22 19' width='33px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'&gt;&lt;defs&gt;&lt;path d='M1.00246167,0 C0.448817378,0 0,0.448920205 0,1.00748397 L0,13.992516 C0,14.5489341 0.442660332,15 0.998956561,15 L3,15 L5.81709754,18.2753813 C6.17753459,18.6944541 6.77071569,18.6902278 7.13374399,18.2753813 L10,15 L20.9975267,15 C21.5511774,15 22,14.5510798 22,13.992516 L22,1.00748397 C22,0.45106594 21.5605417,0 20.9975383,0 L1.00246167,0 Z' id='path-1'/&gt;&lt;path d='M1,1 L1,14 L3.51623535,14 L6.47192383,17.5617676 L9.71069336,14 L21,14 L21,1 L1,1 Z' id='path-2'/&gt;&lt;/defs&gt;&lt;g&gt;&lt;use fill='#000000' fill-rule='evenodd' xlink:href='#path-1'/&gt;&lt;use fill='#ffffff' fill-rule='evenodd' xlink:href='#path-2'/&gt;&lt;/g&gt;&lt;/svg&gt;")  no-repeat;
}

.bubbleboxup {
	font-size:10px;
    background: url("data:image/svg+xml;utf8,&lt;svg height='22px' version='1.1' viewBox='0 0 22 19' width='33px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'&gt;&lt;defs&gt;&lt;path transform='translate(0,19), scale(1, -1)' d='M1.00246167,0 C0.448817378,0 0,0.448920205 0,1.00748397 L0,13.992516 C0,14.5489341 0.442660332,15 0.998956561,15 L3,15 L5.81709754,18.2753813 C6.17753459,18.6944541 6.77071569,18.6902278 7.13374399,18.2753813 L10,15 L20.9975267,15 C21.5511774,15 22,14.5510798 22,13.992516 L22,1.00748397 C22,0.45106594 21.5605417,0 20.9975383,0 L1.00246167,0 Z' id='path-1'/&gt;&lt;path transform='translate(0,19), scale(1, -1)' d='M1,1 L1,14 L3.51623535,14 L6.47192383,17.5617676 L9.71069336,14 L21,14 L21,1 L1,1 Z' id='path-2'/&gt;&lt;/defs&gt;&lt;g&gt;&lt;use fill='#000000' fill-rule='evenodd' xlink:href='#path-1'/&gt;&lt;use fill='#ffffff' fill-rule='evenodd' xlink:href='#path-2'/&gt;&lt;/g&gt;&lt;/svg&gt;")  no-repeat;
}
 

/* ------------------------------------ */

.aqiCompareTable td, .aqiCompareTable th {
	border: 1px solid #d5d5d5;
	padding: 5px;
	line-height: 1.1;
}

.aqiCompareTable th {

  background: #f5f5f5;
}

.aqiCompareTable tr:hover { 
  background:#f5f5f5;
}

.aqiCompareTable {
	font-size: 12px;
	width:100%;
}

.aqiCompareTable tbody tr td {
	background-color: #fff;
	color: #333;
    line-height: 22px;
}</pre></body></html>