/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html{
	font-family: Arial;
}
#logoview{
	width:35px;
	height: 35px;
	margin-right:10px;
}
#mountainview{
	width:35px;
	height: 35px;
	margin-left:10px;
}
strong {
	font-weight: bold;
}
h1 strong{
	color: #ffeb3b;
}
#ivp-top {
	display: flex;
	flex-direction: column;
	height: 100px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: rgb(2,119,108);
	color: white;
}
h1 {
	display:flex;
	align-items: center;
	font-size : 30px;
}
h3 {
	font-size : 17px;
	margin-top: 5px;
}
h5 {
	font-size : 12px;
}
#ivp-table {
	margin: 0 auto;
	box-shadow: 2px -2px 4px 2px rgba(0, 0, 0, 0.08), -2px 2px 4px 2px rgba(0, 0, 0, 0.08);
}
th, td{
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 12px;
	cursor: default;
}
th {
	padding: 3px 5px;
	font-weight: bold;
}
th:nth-child(1), th:nth-child(2) {

}
tr:nth-child(17n+1) { /* each TR */
	border-bottom: 2px solid black;
}
tr:nth-child(17n+2) > td:nth-child(1) { /* first TD */
	border-bottom: 2px solid black;
	padding: 0 5px;
}
tr:nth-child(17n+2) > td:nth-child(2) {

}
tr:nth-child(17n+2) > td:nth-child(1) span{ 
	display: block;
	padding: 5px 0;
	font-style: italic;
	font-size: 10px;
	cursor: default;
}
tr:nth-child(17n+2) > td:nth-child(1) span > img{ 
    vertical-align: sub;
    width: 20px;
    margin-right: 5px;
}
tr:nth-child(17n+2) > td:nth-child(1) span:nth-child(3){ 
	padding: 20px 0;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}
tr:nth-child(17n+2) > td:nth-child(10), tr:nth-child(17n+2) > td:nth-child(12) {  /* 10th and last TD */
	border-bottom: 2px solid black;
	padding: 0 5px;
	position: relative;
}
tr:nth-child(17n+2) > td:nth-child(10) {  /* 10th TD POLLUTION */
	border-right: 2px solid black;
	border-left: 2px solid black;
}
.cloud-th{
	width: 70px;
	padding: 3px 0;
	border-left: 2px solid black;
}
.pol-th{
	width: 70px;
	padding: 3px 0;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
.neb-td, .hum-td{
	cursor: pointer;
}
.hum-td{
	border-right: 2px solid black;
}
.neb-td{
	border-left: 2px solid black;
}
.cloud-td{
	width: 70px;
	text-align: left;
}
.pol-td{
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	min-width: 71px;
	box-sizing: border-box;
}
.cloud{
	width : 23px;
	margin-right: 5px;
	vertical-align: sub;
	margin-left: 5px;
}
.gauge {
	font-family: Arial, Helvetica, sans-serif;
	background: #e7e7e7;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .09), 0 0 35px 5px rgba(255, 255, 255, .29);
	width: 200px;
	float:left;
	height: 100px;
	border-radius: 100px 100px 0 0;
	position: relative;
	overflow: hidden;
	/* safari fix */
	-webkit-transform-style: flat;
	-webkit-transform: translateZ(0px);
}
.gauge-center {
	content: '';
	color: #fff;
	width: 60%;
	height: 60%;
	background: #15222E;
	border-radius: 100px 100px 0 0;
	position: absolute;
	right: 21%;
	bottom: 0;
	box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, .28);
	color: #fff;
}
.gauge-center::after {
	padding: 20px 0 0 0;
	content: attr(data-val);
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	float: left;
	-webkit-font-smoothing: antialiased;
}
.needle {
	width: 78px;
	height: 7px;
	background: #15222E;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 100%;
	border-top-right-radius: 5px;
	position: absolute;
	bottom: 0px;
	left: 20px;
	transform-origin: 100% 4px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .38);
}
.slice-colors .st {
	position: absolute;
	bottom: 0;
	width:60px;
	height: 0;
	border-bottom: 80px solid #000;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.slice-item:nth-child(1) {
	border-bottom-color: #E84C3D; 
	left: -2px;
}
.slice-item:nth-child(2) {
	border-bottom-color: #e67e22; 
	transform: rotate(135deg);
	transform-origin: right;
	top: 12px;
	left: -65px;
}
.slice-item:nth-child(3) {
	border-bottom-color: #f1c40f;
	transform: rotate(179deg);
	transform-origin: right;
	top: -20px;
	left: -62px;
	border-bottom-width: 90px;
	border-left-width: 45px;
	border-right-width: 45px;
	width: 18px;
}
.slice-item:nth-child(4) {
	border-bottom-color: #9baa1e;
	transform: rotate(219deg);
	transform-origin: right;
	top: -23px;
	left: 43px;
}
.slice-item:nth-child(5) {
	border-bottom-color: #1eaa59;
	transform: rotate(240deg);
	transform-origin: right;
	right: 52px;
}
tr:nth-child(17n+2) > td:nth-child(5), tr:nth-child(17n+2) > td:nth-child(8) {
	border-bottom: 2px solid black;
	background-color: #ececec;
}
tr:nth-child(17n+2) > td:nth-child(5) > div, tr:nth-child(17n+2) > td:nth-child(8) > div{
	display: flex;
}
.cloudgraph-col{
    width: 8px;
    height: 308px;
}
.cloudgraph-col > div{
    display :flex;
	justify-content: center;
    flex-direction: column;
}
#footer {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	width: fit-content;
	text-align: center;
	font: normal 12px Arial;
	max-width: 1100px;
}