.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: fit-content;
    }
    
}

/** GTI / ANG - forcing black text */
.btn-secondary.t_EMPLOYER_register, .btn-secondary.t_GRADUATE_register,
.romeo .content-body .table-footer .btn-group .btn.btn-primary, .romeo .content-body .table-footer .btn-group .btn-primary.btn-simple, .romeo .content-body .table-footer .pagination.pagination-sm li.active a, .romeo .content-body .table-footer .pagination.pagination-sm li.active>span,
.foundation footer p.langswitch span.active {
    color:#000 !important;
    }
/** GTI / ANG - forcing white text on student>forms and information page */ 
.col-md-9.col-lg-9 .content-block.widget-block h2.heading.heading-bleed {
    color:#fff;
    }
    
/** ANU - Roma */
.employer-name.RECRUITMENT a {
text-decoration: underline;
color: blue;
text-decoration: underline;
}
