/** GTI - hiding some fields on student profile **/

/** .romeo form#studentUpdateForm #email-container,
.romeo form#studentUpdateForm #telephone-container,
.romeo .tj-registration .reg-collected-data  #collected-data-ethnicity {
    display: none;
}

/** Custom pane CSS added by Graeme for #306503 **/
.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: 605px;
    }
}
/** End of Custom pane CSS **/
