html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body.iw-bg-clr {
  background-color: #3a3a40;
  margin: 0;
}
body {
  font-family: SegoeUI-Regular-final, "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .01em;
  text-align: left;
  color: #333;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
p {
  font-family: 'Segoe UI Semilight', 'Segoe UI Light', 'Segoe UI Web Light', 'Segoe UI', 'Segoe UI Web', Arial, Verdana, sans-serif;
  font-size: 14pt;
  line-height: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: 'Segoe UI Light', SegoeUILightWF, Arial, sans-serif;
  font-weight: normal;
  margin: .2em 0;
}
.homeShellBody {
  background-color: transparent;
  background-repeat: no-repeat;
}
.error-section {
  margin: 20px 0;
}
#errorContainer {
  color: #fff;
  padding: 5% 10%;
  -webkit-flex: 1;
          flex: 1;
}
#errorTitle {
  line-height: 118%;
  display: block;
  font-weight: normal;
  font-size: 30pt;
  font-family: 'Segoe UI Light', 'Segoe UI Web Light', 'Segoe UI', 'Segoe UI Web', Arial, Verdana, sans-serif;
}
#errorTitle a {
  color: #0078d7;
}
#errorContainer .label {
  font-weight: bold;
}
#errorDiagnostics pre {
  white-space: pre-wrap;
}
