.fund_chart{
	height: 500px !important;
}

.center-line {
	width: 35px;
	height: 12px;
	margin: 2px 10px 0;
	float : left;
}

.line-1{
	background-color: #3C876E;
}

.line-2{
	background-color: #3c3c3e;
}

@media only screen and (max-width: 481px) {
	.fund_chart{
		min-height: 460px !important;
	}
}

@media only screen and (max-width: 510px) {
	.center-line {
		margin: 2px auto;
		float : none;
	}
	
	.mobile-graph-legend.d-flex{
		display : unset !important; 
	}
	
	.mobile-graph-legend.d-flex > div{
		width : 100%;
	}
		
	.mobile-graph-legend.d-flex > div:nth-child(1){
		width: 380px;
	}
	
	.mobile-graph-legend.d-flex > div:nth-child(2){
		padding-top : 5px;
		width: 404px;			/* 393 PROD difference */
	}
		
}

@media only screen and (max-width: 380px) {
	.center-line {
		margin: 2px auto;
		float : none;
	}
	
	.mobile-graph-legend.d-flex{
		display : unset !important; 
	}
	
	.mobile-graph-legend.d-flex > div{
		width : 100%;
	}
		
	.mobile-graph-legend.d-flex > div:nth-child(1){
		width: 290px;
	}
	
	.mobile-graph-legend.d-flex > div:nth-child(2){
		padding-top : 5px;
		width: 315px;			/* 302 PROD difference */
	}
		
}