.container { display: flex; flex-direction: column; }
.unresolved-incidents { order: 2; }
.text-section { order: 3; }
.scheduled-maintenances-container { order: 4}
.components-section { order: 1; }
.incidents-list { order: 5; }
.page-footer { order: 6; }
.alert {
  padding: 20px;
  padding-top: 15px;
  background-color: #E4F7EB;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  width:850px; 
  margin: auto auto auto auto;
  border-color: #ffeeba;
  color: #1C7E41;
}
.layout-content.status .masthead-container .masthead{ margin-bottom:0px !important; }
<meta name="robots" content="noindex">