.updates-dropdown-container { display:none; }
.custom-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
  max-width:1700px;
  height:288px;
  background-image: url("https://u-web-assets.mercdn.net/assets/statusPage/header.png");
}


.status-day:nth-child(n+10) { display:none; }
.history-footer-link { display:none; }

.logo {
  margin-bottom: 12px;
  width: 215px;
}

.statusPageLabelContainer {
		  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.statusPageLabel {
  padding-left: 8px;
  padding-right: 8px;
}

.layout-content {
  padding-bottom: 0px !important;
}