/* line 3, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A:after {
  width: 10px;
  height: 10px;
  background: none;
  margin-left: 6px;
  border-radius: 99px;
  display: inline-block;
  content: "\A";
}

/* line 13, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A.critical:after {
  background: #E55043;
}

/* line 14, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A.major:after {
  background: #E58031;
}

/* line 15, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A.maintenance:after {
  background: #E58031;
}

/* line 16, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A.minor:after {
  background: #F0C42F;
}

/* line 17, app/assets/stylesheets/statuspage.scss */
FOOTER #system-status A.none:after {
  background: #66A771;
}
