/*  present.css  */
.present {
	display: block;
	/*max-width: 1000px !important; */
	width: 884px;
	height: auto;
	padding: 6px 0 6px 0px !important;
	background-color: white !important;
	overflow-x: auto !important;
	
}
.present {
	font-family: sans-serif;
	font-size: 15px;
/*	width: 100%; */
}
/*.present table {
	overflow-x: scroll;
} */
.present h1, .present h2, .present h3 {
	opacity: 0.66;
}
.present h2 {
	padding: 0;
	margin: 0;
}
.chart_alone {
	float: left;
}
/*.chart_alone img {
	width: 600px;
	height: 600px;
} */

.basic_eph {
	font-size: 15px;
	width: 300px;
	float: left;
}
.basic_eph td, .basic_eph th {
	padding: 2px;
}
.basic_eph th {
	background-color:#F5DEB3;
	width: 17%;
}
.basic_eph td {
	padding-left: 1ex;
}
.label {
	font-size: 1.2em;
}
#coordShowSection table {
	float:left;
	margin: 0 20px 10px 0;
}