/* Copyright (c) 2017 NetApp, Inc., All Rights Reserved */
body {
  margin: 30px;
}
.error-code {
  font-size: 32px;
  margin-top: 20px;
  text-align: center;
}
.error-message {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.child-errors {
  margin-top: 20px;
}
.child-errors > span {
  font-size: 20px;
  font-weight: bold;
}
.child-errors .message {
  font-size: 18px;
  padding-left: 2px;
}
.child-errors .child-error {
  margin-top: 1em;
}
.child-errors .child-error ul {
  margin-top: 5px;
}
.child-errors .detail-value {
  padding-left: 0.25em;
}
.details {
  margin-top: 20px;
}
.details > span {
  font-size: 20px;
  font-weight: bold;
}
.details .response-detail {
  font-size: 16px;
  margin-top: 8px;
}
.details .response-detail:first-of-type {
  margin-top: 15px;
}
.details .response-detail .detail-value {
  padding-left: 0.25em;
}
.details .response-detail .trace-list {
  font-size: 14px;
  margin-left: 30px;
}
