.chc-header {
  display: block;
  background-color: ;
}

.optum-logo {
  height: 60px;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:20px;
}



/*===================================================*/
/* The following removes all incident history from display. */
.status-day:nth-child(n+0) { display:none; }
#past-incidents { display:none; }



.updates-dropdown-container .show-updates-dropdown::after{
content: "Subscribe to Updates";}

/*===================================================*/
/* Change individual Incident header text "Subscribe" to "Subscribe to the incident". */
.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe::after{
content: " to Incident";}



/*===================================================*/
/* Hide status text and display status icons instead. */
.layout-content.status.status-index .components-section .components-container.one-column .component-container .component-status {display: none;}

.layout-content.status.status-index .components-section .component-container .group-parent-indicator {
    display: inline-block;
    margin-right: 5px;}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator {display: inline-block;}

/* Hide/display incident updates*/
.updates {display:none;}
.unresolved-incident:hover .updates {display:block;}

/* Hide/display the link to the History page*/
.history-footer-link {display:none;}