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;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../..//forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../..//forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../..//forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/*# sourceMappingURL=table-drag.css.map */
