* {
  box-sizing: border-box;
}
#outdated {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  display: none;
}
#outdated-header {
  padding: 25px 0 0 32px;
}
#error-container {
  max-width: 308px;
  width: 100%;
  margin: 177px auto 0;
  text-align: center;
}
#error-h3 {
  color: #58812c;
  font-size: 24px;
  font-weight: normal;
  margin: 31px 0 14px;
}
.error-p {
  color: #4f504f;
  font-size: 14px;
  line-height: 18px;
}
.error-p-link {
  color: #58812c;
  margin-top: 25px;
  cursor: pointer;
}
