.layout-content.status .masthead-container {
  background-color:#1976D2;
  position:relative;
  width:100%;
  max-width:100% !important;
  margin-bottom:20px;
}
.layout-content.status .masthead-container .masthead {
	margin: 0 auto 50px;
  max-width: 850px;
  padding-top:60px;
}
.layout-content.status .masthead-container .masthead .images-container {
	  max-height: 315px;
  min-height: 120px;
  background-size: 100%;
}
.layout-content.status .masthead-container .masthead .text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto !important;
  background: transparent !important;
  border-bottom: 0px solid rgba(255,255,255, 0.3);
  padding-bottom: 25px !important;
    padding-top: 25px !important;
}

.layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
  background: transparent;
  border: 1px solid #fff;
  font-size: 12px;
  letter-spacing: 1px !important;
}

.layout-content.status .masthead-container .masthead .text-container .page-name {
  font-size: 21px;
  line-height: 37px !important;
}

.layout-content.status.status-index .page-status,
.layout-content.status.status-index .text-section,
.layout-content.status .incidents-list {
  margin-bottom: 50px !important;
}