iframe#chart-frame {
	width: 100%;
	/*height: 38rem;*/
	margin-bottom: 2rem;
}


.aqhi-div-table {
	margin-bottom: 2rem;
}
.aqhi-div-table .center {
	text-align: center;
}
.aqhi-result {
	width: calc(100% - 1rem);
	padding: 0.3rem 0;
	margin: 0 auto;
	border: 1px solid #000;
}
.aqhi-td {
	width: calc(100% / 11);
	float: left;
	min-height: 22px;
}
.aqhi-td-3 {
	width: calc(300% / 11);
	float: left;
}
.aqhi-td-4 {
	width: calc(400% / 11);
	float: left;
}
.aqhi-td-top {
	width: calc(100% / 11);
	float: left;
	min-height: 64px; /* 48px */
}
.aqhi-scale {
	border: 1px solid #999;
}
.aqhi-tr {
	width: 100%;
	height: 22px;
}
.aqhi-tr-top {
	width: 100%;
	height: 50px;
}
.aqhi-tr-bottom {
	width: 100%;
	/* height: 48px; */
}
