.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
    }

.dash-cta-deck .dash-cta-link .dash-cta-title {
    /*TC-30899 - change to width so that the text doesn't get cut off */
    left: -19%;
    width: 135%;
    }
    
    
/** 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;
    }
