<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@media (max-width:640px) and (orientation:portrait) {

}
*/

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 1100 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 1100px) {


}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 1024 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 1024px) {


}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 900 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 900px) {



}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 860 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 840px) {



}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 750 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 750px) {

.graphcontainerwrap { width:70%}
.graphcommand { width:30%}
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 480 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 480px) {

.graphcontainerwrap {
	width:100%;
}

.graphcommand {
	width:100%;
	font-size:1em;
	clear:both;
}

.selectcmd {
	width:50%;	
}

.legende {
	width:50%;
	margin-top:0;	
}

.prevnexthisto {
	width:50%;
	margin-top:10px;
	text-align:right;	
}


}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 320 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 320px) {



}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH &lt;= 240 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 240px) {


}</pre></body></html>