<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating-div{
	margin-bottom: 35px !important;
}
.floating-section{
    padding-top: 0!important;
    margin-top: -35px !important;
}
.floating-section .box{
	background-color: #fff;
    position: relative;
    z-index: 60 !important;
}
.chart-input_text{
	font-size: 25px !important;
	font-weight: 300 !important;
}
/*.highcharts-xaxis-labels text:nth-child(2){
	display: none;
}
.highcharts-xaxis-labels text:nth-child(3){
	display: none;
}
.highcharts-xaxis-labels text:nth-child(4){
	display: none;
}
.highcharts-xaxis-labels text:nth-child(5){
	display: none;
}

.highcharts-xaxis-labels text:nth-child(6){
	display: none;
}*/

.highcharts-xaxis{
	display: none;
}
#chartdiv {
width : 100%;
height  : 500px;
} 
.tooltip-trigger .trigger-icon{
margin-left: 7px;
}
.highcharts-yaxis-labels {
display: none;
}
.highcharts-yaxis text{
display: none;
}
.highcharts-point:hover{

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