.ecoplugin-instrument-chart {
	cursor: pointer;
}

@media screen and (min-width: 400px) {
	.ecoplugin-instrument-fluidbox {
	    width: 398px;
	}
}

@media screen and (max-width: 400px) {
	.ecoplugin-instrument-fluidbox {
	    width: 100%;
	}
}

.ecoplugin-instrument-fluidbox {
	max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}