.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 850px; /**Original setting 530px**/
    }
    
    .d-block
    {
        display:none;
    }
    

}

/* GTI / ANG HACK to hide event 'location type' search filter  TC-29222 */
.filters-group .filters-collapse #_search-field-dynamicstringslc_location_mode,
.filters-group .filters-collapse [aria-controls="_search-field-dynamicstringslc_location_mode"] {
    display:none;
}
