.Status_Page .breadcrumbs > li:not(:first-child),
.Status_Page .Article__Vote__Container,
.Status_Page .article-vote-label,
.Status_Page hr,
.Status_Page .related-articles {
  display: none;
}

.Status_Page .Article__Container > h1, .Status_Page .Article__Container .Article__Content__Container {
  margin: 0 auto;
}

.Status_Page .Article__Container {
  flex-direction: column;
}

.Status_Page .Article__Content table {
  border: none;
}

.Status_Page .Article__Content table tr {
  border: none;
  background-color: #f2f2f2;
  border-bottom: 8px solid white;
  border-top: 8px solid white;
}

.Status_Page .Article__Content table td {
  border: none;
  padding: 15px;
  vertical-align: middle;
}

.Status_Page .Article__Content table td:nth-child(2) span {
  padding: 5px;
}

.Status_Page .Article__Content table td:nth-child(2) {
  text-align: right;
}