.chart-wrapper {
height: 600px;
}
th {
	background-color: #EFEFEF;
	border-bottom: 1px solid #333333;
}
th, td {
	white-space: nowrap;
}
/* select, input#rate {
	width: 60%;
    padding: 5px;
    margin: 0 5px 0 0;
}  */
#myChart {
	width: 100%;
}
#setting-sp {
	display: none;
}
@media screen and ( max-width: 967px ) {
	#setting-sp {
		display: inherit;
	}
	#setting {
		display: none;
	}
}