body {
  font-size: 16px;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #202020;
  font-size: 16px;
}

a {
  color: #3A71B0;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.gangsta-wrap {
  max-width: 800px;
  margin: auto;
  padding: 16px;
  padding-bottom: 104px;
}

.header {
  margin-bottom: 40px;
  padding: 16px 0 24px 0;
  border-bottom: 2px solid #F7F7F8;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.logo {
  position: relative;
  top: 4px;
  height: 24px;
  margin-right: 8px;
}

.title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.title a {
  color: #202020;
}

.title a:hover,
.title a:focus, {
  text-decoration: none;
}

@media (max-width: 450px) {
  .right-links {
    margin-top: 24px;
  }

  .header {
    padding-bottom: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.button {
  position: relative;
  top: 4px;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  border: 2px solid #202020;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  background: #202020;
  color: #fff;
}

.contact-link {
  margin-left: 16px;
}

.systems {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,.1);
  border: 1px solid #eaeaea;

  font-size: 16px;
  font-weight: 500;
  color: #202020;
}

.system-operational {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-left: 8px;
  margin-right: 8px;
}

.system-operational:last-child {
  max-width: 50%;
}

.system-status-badge {
  margin-top: 8px;
}

.system-status-badge img {
  position: relative;
  top: 2px;
  margin-right: 4px;
  height: 16px;
}

.incident h1 {
  font-size: 1.5em;
  margin-top: 0;
}

.incident {
  color: #202020;
}

.incident-title {
  text-transform: capitalize;
  width: 75%;
}

@media (max-width: 725px) {
  .incident-date {
    width: 100%;
  }
  .incident-title {
    width: 100%;
  }
}

.incident-description {
  font-size: 14px;
  font-weight: 400;
}

.separate {
  text-align: right;
  padding-bottom: 1em;
  border-bottom: 2px solid #F7F7F8;
}

.incident-status {
  margin: 24px 0 0 0;
}

.flex-out {
  display: -webkit-box;
  display: flex;
  flex-direciton: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.system-check-ok {
  margin: 80px auto 104px auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: 500;
  color: #009A8D;
}

.system-check-ok img {
  margin: auto;
  width: 140px;
}

.section-title {
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #F7F7F8;
}

.see-more {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid #F7F7F8;
}

.history {
  margin-top: 104px;
}

.color-ok {
  color: #009A8D;
}

.color-warning {
  color: #DFAA00;
}

.color-danger {
  color: #BD1F1A;
}

.mute {
  opacity: 0.7;
}

.small {
  font-size: 14px;
}

.incident-summary {
  margin-bottom: 24px;
  overflow: hidden;
}

.article-title {
  width: 70%;
  text-transform: capitalize;
}

.article-date {
  width: 29%;
  text-align: right;
  font-size: 14px;
}

.pagination,
.pagination li {
  list-style: none;
  display: inline;
  -webkit-padding-start: 0px;
  margin-right: 8px;
}

.pagination {
  display: block;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid #F7F7F8;
}

.pagination .active a {
  font-weight: 600;
  color: #3A71B0;
  opacity: 1;
}

.pagination li a {
  color: #202020;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination li a:hover {
  color: #3A71B0;
  opacity: 1;
}

.footer {
  margin-top: 104px;
  padding-top: 24px;
  border-top: 2px solid #F7F7F8;
}

.footer p {
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.footer a {
  color: #202020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #3A71B0;
  opacity: 1;
}

.footer p {
  display: inline-block;
}
