body {
  padding: 20px;
}

header.header {
  padding-bottom: 10px;
  border-bottom: 2px solid #b4d7f0;
}

main {
  border-left: 1px solid #b4d7f0;
}

footer.footer {
  margin-top: 10px;
  border-top: 1px solid #b4d7f0;
}

/* Links */
a:link, a:visited {
  color: #0067ab;
  text-decoration: none;
}

a:focus, a:hover {
  outline: 1px dotted;
}

a:active, li a.active {
  color: #0067ab;
  outline: none;
  text-decoration: none;
}

/* Menu entry highlighting */
li.is-leaf.is-active-trail {
  font-weight: bold;
}

li a.active {
  font-weight: bold;
}

/* Tabs */
.tabs-primary {
  margin: 0.5em 0;
}

.tabs-primary__tab {
  float: right;
  border: none;
}

a.tabs-primary__tab-link {
  background-color: transparent;
  border: none;
}

a.tabs-primary__tab .is-active {
  border-bottom: 1px solid white;
}

/* Specs table */
.specstable th {
  border: 1px solid #ccc;
}

.specstable td {
  border: 1px solid #ddd;
}

.specstable h2 {
  background: #fff;
  margin: 0;
  padding: 10px;
}

.specstable h6 {
  margin: 5px;
}

.techdef table {
  background: #FFF;
  margin: 0;
  padding: 0;
}

.techdef th {
  font-size: larger;
  border: 5px solid #ddd;
  background: #eee;
  padding: .5em 0 .5em 0;
  margin: 0;
}

.techdef tr {
  margin: 0;
  padding: 0;
}

.techdef td {
  margin: 0;
  border: 1px solid #eee;
  padding: 2px;
}

.version2 {
  color: #aaa;
  background: #eee;
}

abbr {
  border-bottom-style: dotted;
  border-bottom-color: #000;
}

abbr {
  border-bottom-width: 1px;
}

.level0 {
  background: #fff;
}

.level1 {
  background: #eff;
}

.level2 {
  background: #eef;
}

.level3 {
  background: #dde;
}

.level4 {
  background: #ccd;
}

.level5 {
  background: #bbc;
}

.level6 {
  background: #aab;
}

pre.spec-block {
  border: 1px solid #ddd;
  margin-left: 10px;
  margin-right: 10px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

/*# sourceMappingURL=visually-hidden.css.map */
