.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: 1200px;
    }
}

/*** Tweaking Custom user registration form added by GTI/Graeme ***/
#newUserRegistration #user\.username-container .col-sm-10:after {
    content:"Please only sign up with your Greenwich username, this can be found on your staff card and is usually a mixture of letters and numbers.";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}
#newUserRegistration #user\.email-container .col-sm-10:after {
    content:"Please use your username followed by @gre.ac.uk.";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}
