@charset "utf-8";
/* CSS Document */

.pancontainer {
	display: none;
	position: relative;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	}


#pcontainer1 {
  display: block;
}

  /*
.pancontainer img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

ul.zoomcontrols {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: -1px;
	right: 0;
	display: block;
	background: #eee;
	opacity: 0.5;
	cursor: pointer;
}

ul.zoomcontrols li {
	display: block;
	width: 40px;
	height: 40px;
	font: bold 2em Arial;
	text-align: center;
	border-bottom: 1px solid gray;
}

ul.zoomcontrols li:hover {
	background: #D1D1D1;
}
*/
.chartholder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid rgb(0, 0, 0);
	/* border-right: 1px solid #000000;
	border-left: 1px solid #000000; */
	/* -moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; */
	background-color: rgba(184, 223, 194, 0.486);
	box-sizing: border-box;
}


.chtimg {
	display: flex;
	align-content: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.chtbox {
	display: flex;
	justify-content: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	/* font-weight: bold; */
	background-color: #003566;
  margin: 0;
	font-style: italic;
	padding: 2px 0;
	height: auto;
	text-align: center;
	width: 100%;
	color: #FFF;
/*
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
*/
}

.chtboxC {
	display: flex;
	justify-content: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	/* font-weight: bold; */
	background-color: #003566;
  margin: 0;
	font-style: italic;
	padding: 2px 0;
	height: auto;
	text-align: center;
	width: 100%;
	color: #FFF;
/*
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
*/
}

.chtboxa {
	display: flex;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1px;
	width: 100%;
	height: auto;
	background-color: #006633;
	margin: 0;
	padding: 0;
}



.hots {
	-ms-cursor: pointer;
	cursor: pointer;
}


@media only screen and (max-width: 500px) {
/* 	
.chartholder {
	display: none;
} */

.chtboxC {
	font-size: 10px;
}

.chtbox {
	font-size: 10px;
}


.pancontainer {
	margin: 0px;
	padding: 0px;
}


}
