/*Custom graph display manipulation*/
.ui-tabs-panel{
	display:flex !important;
	flex-wrap:wrap !important;
	justify-content:space-evenly !important;
	width:initial !important;
}
#PumpNote{max-width:100% !important;}
.pump-curve{max-width:100% !important;}
#side-panels, .pumptab-dataentry{
	display:flex;
	flex-wrap:wrap;
	flex-grow:1;
	margin-left:initial !important;
	max-width:890px;
	justify-content:space-evenly;
	margin:5px auto !important;
}
@media(min-width:1250px){#side-panels .ui-widget-content,#pv_extra_content_cs_1{width:90%;margin:0 auto;}}
@media(max-width:1250px){#side-panels .ui-widget-content,#pv_extra_content_cs_1{min-width:calc(25% - 30px);margin:0 auto;}}
@media(max-width:550px){#side-panels .ui-widget-content,#pv_extra_content_cs_1{width:100%;margin:0 auto;}}