body {
  background: #f5f5f5 !important;
  color: #222 !important;
}

/* overall content width */
.layout {
  max-width: 1110px !important;
}

/* top spacing */
.custom-header,
.page-status,
.status-page {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

/* logo smaller */
.custom-header-logo img,
.logo img,
img[alt*="COCA"],
img[alt*="logo"] {
  max-height: 48px !important;
  width: auto !important;
}

/* subscribe button container */
.updates-dropdown-container .show-updates-dropdown,
a#show-updates-dropdown.show-updates-dropdown {
  background: #cfe0fb !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 28px !important;
  min-width: 248px !important;
  height: auto !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  position: relative !important;
  font-size: 0 !important;
}

/* hide original texts */
.updates-dropdown-container .show-updates-dropdown .subscribe-text-full,
.updates-dropdown-container .show-updates-dropdown .subscribe-text-short,
a#show-updates-dropdown.show-updates-dropdown span {
  display: none !important;
}

/* draw exact visible text once */
.updates-dropdown-container .show-updates-dropdown::after,
a#show-updates-dropdown.show-updates-dropdown::after {
  content: "Subscribe to updates";
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.25 !important;
}

/* hover */
.updates-dropdown-container .show-updates-dropdown:hover,
a#show-updates-dropdown.show-updates-dropdown:hover {
  background: #c6daf8 !important;
  border: none !important;
  box-shadow: none !important;
}

/* green status banner */
.system-status {
  border-radius: 4px !important;
  box-shadow: none !important;
  margin-top: 12px !important;
  margin-bottom: 72px !important;
}

.system-status .status {
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  padding: 16px 22px !important;
}

/* uptime section spacing */
.components-section,
.components-container {
  margin-top: 0 !important;
}

.components-section .section-header,
.components-section .section-title,
.components-section .components-header {
  margin-bottom: 6px !important;
}

/* component card */
.component-container {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* component rows */
.component-inner {
  padding: 14px 22px !important;
}

/* component names */
.name {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.3 !important;
}

/* right-side component status */
.component-status {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #1f8f43 !important;
}

/* uptime labels */
.component-uptime,
.uptime-value,
.legend,
.component-meta {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #666 !important;
}

/* incidents heading */
.incidents-list h2 {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #222 !important;
  margin-top: 72px !important;
}

/* links */
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}