.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}


/** hiding the 'provided by' box on job details TC-31041 (first one is student, second is operator) **/
.inferno-job-details .col-12.col-lg-4  .card.card-inferno.order-3.order-lg-1,
body.manage-job .col-sm-12.col-md-5 .content-block:first-child {
    display:none;
    }
