.well {
    padding: 0px;
}

.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
    color:#000000;
    }
    
.romeo .main-banner-outer .main-banner-container .main-banner-txt{
    display:none;
}

/* STUDENT CUSTOM PANE */
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
    display:none;
}
.romeo .dashboard-content .dashboard-custom .dash-card-custom .card-body {
    padding:0;
}

@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
      max-height: 900px;
    }
}

.custom-pane-headline {
  display:block;
  color:#fff;
  background:#7F7F7F;
  font-size: 18px;
  padding: 16px 10px;
  font-weight: normal;
  text-align:center;
  margin-left:-15px;
  margin-right:-15px;
}

.custom-pane-link {
  text-decoration:none !important;
}
.custom-pane-link .custom-pane-heading {
  display:block;
  background:#AD8EAB;
  color:black;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 8px;
  font-weight: bold;
  text-align:center;
}
.custom-pane-link:hover .custom-pane-heading {
  text-decoration:none !important;
  color:white;
  background:#AD8EAB;
}

#dynamicstringslc_disability {
    display:none;
}
