html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.fault {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background-color: #fff;
  font: 300 18px/1.5 'Roboto', 'Helvetica', 'Arial', sans-serif;
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.fault-text {
  font-size: 0.875em;
  line-height: 1.57;
}

.fault-anchor,
.fault-anchor:hover,
.fault-anchor:active,
.fault-anchor:visited {
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.fault-anchor:hover {
  text-decoration: none;
}

.fault-header {
  padding: 4em 5% 0;
}

.fault-content {
  padding: 0 5% 4em;
}

.fault-logo {
  width: 250px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.fault-title {
  font-size: 1.5em;
  line-height: 1.33;
  margin: 2em auto;
}

.fault-subtitle {
  font-size: 1em;
  line-height: 1.75;
  margin: 3em auto 2em;
}

.fault-browsers {
  margin: 2em auto;
}

.fault-browser {
  width: 20%;
  min-width: 5em;
  margin: 0 3% 1.5em;
  display: inline-block;
  vertical-align: top;
}

.fault-browser-link {
  display: inline-block;
  width: 100%;
}

.fault-browser-logo {
  width: 64px;
  max-width: 50%;
  border: 0;
}
