.body-error a.back-to-start {
  margin-bottom: 1rem
}
.body-error .error-container .error-description {
  border: 1px solid #ddd;
  padding: .5rem
}
.body-error .error-container .error-description .title {
  font-size: 1.4rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  margin: .5rem
}
.body-error .error-container .error-description .title .fa {
  color: #cc4b37;
  margin-right: .5rem
}
.body-error .error-container .error-description .information {
  color: #333;
  padding: .5rem 2.5rem
}
.body-error .error-container .error-description .url {
  color: #888;
  font-size: .9rem;
  font-style: italic;
  padding: .5rem 2.5rem
}
.body-error .error-container .error-description .timestamp {
  color: #aaa;
  font-size: .9rem;
  padding: .5rem 2.5rem
}
.body-error .error-container .error-details {
  border: 1px solid #eee;
  margin-top: .5rem
}
.body-error .error-container .error-details .error-details-header {
  color: #333;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 700;
  padding: .5rem .75rem
}
.body-error .error-container .error-details .error-details-header .error-details-header-information {
  color: #aaa;
  font-weight: 400
}
.body-error .error-container .error-details .error-details-content {
  border-top: 1px solid #eee
}
.body-error .error-container .error-details .error-details-content .error-details-message {
  color: #cc4b37;
  display: block;
  font-size: 1.1rem;
  padding: 1rem
}
.body-error .error-container .error-details .error-details-content .error-details-stack-traces-container {
  border-top: 1px solid #f5f5f5;
  padding: 1rem
}
.body-error .error-container .error-details .error-details-content .error-details-stack-traces-container .error-details-stack-traces {
  color: #555;
  cursor: text;
  display: block;
  font-size: .9rem;
  font-style: italic
}
.body-error .error-container .error-details .error-details-content .error-details-stack-traces-container .error-details-stack-traces .exception {
  padding-bottom: .2rem
}
.body-error .error-container .error-details .error-details-content .error-details-stack-traces-container .error-details-stack-traces .exception .message {
  color: inherit;
  font-size: 1rem;
  font-weight: 700
}
.body-error .error-container .error-details .error-details-content .error-details-stack-traces-container .error-details-stack-traces .exception .stack-trace {
  padding: .25rem
}
/*# sourceMappingURL=maps/error.css.map */
