/***** Imports *****/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
/***** Variables *****/
/***** Styles *****/
body {
  margin: 0;
  padding: 12px;
  width: 100%;
}

.header-box {
  width: 100%;
}
.header-box img {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 100%;
}
.header-box h1 {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
}

.error-box {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 12px auto;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
}
.error-box.red {
  background-color: #D85946;
}
.error-box.amber {
  background-color: #E5A351;
}
.error-box.green {
  background-color: #86C46A;
}
.error-box > div {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.error-box h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 6px 0;
  font-size: 20px;
}

.status-box {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 12px auto;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #C7C7C7;
  margin-top: 54px;
}
.status-box > div {
  padding: 12px;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
}
.status-box > div span {
  font-family: "Open Sans", sans-serif;
}
.status-box > div span.status {
  color: #86C46A;
}
.status-box > div span.status.amber {
  color: #E5A351;
}
.status-box > div span.status.red {
  color: #D85946;
}
.status-box > div:last-child {
  border-bottom: 0;
}

.footer {
  width: 100%;
  margin-top: 72px;
}
.footer span {
  font-family: "Open Sans", sans-serif;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
