.dash-cta-deck {
        display:none !important;
    }
    .dashboard-custom {
        margin-top: 2rem !important;
    }
         .dashboard-header {
        display:none !important;
    }
        .dashboard-feed {
        margin-top: 0rem !important;
    }
    .card-body {
        max-height: none !important;
    }
    
/***** CUSTOM PANE CSS, added by GTI / Angela *****/
@media (min-width: 992px) {
	.flex-dash-row .dash-card-custom .card-body {
		/** changing the height of the custom pane body **/
		max-height:530px;
	}
}
/***** CUSTOM PANE CSS END *****/
