.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;
    }
    
/** ANU - Roma */
.employer-name.STEM a {
text-decoration: underline;
color: blue;
}
.employer-name.CONSULTING a {
text-decoration: underline;
color: red;
}
hr.thick {
  height: 3px;
  background-color: #BE830E; /* Sets the color of the line */
  border: none; /* Removes the default border */
}
.anu-custom-row {
      display:flex;
      flex-wrap:wrap;
}
