.wiki-header {
  margin-bottom: 0;
}

.wiki-section {
  border-top: 2px solid #333;
  margin-bottom: 25px;
}

.wiki-h3 {
  border-bottom: 1px solid #dcdcdc;
}

.block {
  display: block;
}

a[name]:not([href]) {
  padding-top: 1em;
  display: block;
}

.wiki-header small {
  color: #999;
}

.wiki-dl dt {
  font-family: SkyTextMedium;
}

.example {
  clear: both;
  margin: 1em 0;
}

section {
  clear: left;
  border-top: 1px solid #000;
  margin-top: 2em;
  margin-bottom: 2em;
}

.example .skycom_4,
.example .skycom-4,
.example .skycom_8,
.example .skycom-8,
dt,
dd {
  padding: 6px 0;
  border-top: 1px dashed #ddd;
}

code,
.html, .js {
  font-family: 'Monaco', courier, monospace;
  word-wrap: break-word;
  padding: 2px;
  color: #657B83;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #FDF6E3;
}

.html {
  background: #ECFAFF;
}

.js {
  background: #E0F1D4;
}

code.block {
  display: block;
  white-space: pre;
  clear: left;
}

.has-code-example {
  position: relative;
}

.has-code-example {
  position: relative;
}
.has-code-example .toggler {
  position: absolute;
  left: -25px;
  cursor: pointer;
}
.has-code-example .toggler:before {
  content: '[+]';
}
.has-code-example .toggler.open:before {
  content: '[-]';
}
.has-code-example .toggler:hover, .has-code-example .toggler:hover:before {
  color: red;
}

.code-example {
  display: none;
}
.code-example.open {
  display: block;
}

body {
  padding-top: 2em !important;
}

.nav-container {
  z-index: 10;
  min-height: 2em;
  line-height: 2em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eaeaea;
}

ul.primary-menu li {
  float: left;
  padding: 0 12px;
  margin: 0;
  background-color: #eaeaea;
}
ul.primary-menu li a {
  padding: 0 8px;
}
ul.primary-menu li.active > a {
  font-family: SkyTextMedium;
}
ul.primary-menu li:first-child {
  margin-left: -20px;
}
ul.primary-menu .dropdown:hover,
ul.primary-menu .active {
  background-color: #f4f4f4;
}
ul.primary-menu .dropdown:hover .dropdown-menu,
ul.primary-menu .active .dropdown-menu {
  opacity: 1;
  padding: 0 2em;
  margin-top: 2em;
  margin-left: -2em;
  background-color: #f4f4f4;
}
ul.primary-menu .dropdown:hover .dropdown-menu li,
ul.primary-menu .active .dropdown-menu li {
  background-color: #f4f4f4;
}
ul.primary-menu:hover li .dropdown-menu,
ul.primary-menu .dropdown-menu {
  overflow: hidden;
  transition: all 0.35s;
  position: absolute;
  opacity: 0;
  top: 0;
  margin-top: 0em;
  z-index: -1;
}
ul.primary-menu.primary-menu > li > a {
  font-size: 1.15em;
}

.has-toggle {
  position: relative;
}
.has-toggle .toggler {
  position: absolute;
  left: -20px;
  cursor: pointer;
  font-size: 0.5em;
}
.has-toggle .toggler:before {
  content: '[+]';
}
.has-toggle .toggler.open:before {
  content: '[-]';
}
.has-toggle .toggler:hover, .has-toggle .toggler:hover:before {
  color: red;
}

.togglee {
  height: 0;
  overflow: hidden;
}
.togglee.open {
  height: auto;
  overflow: auto;
}

#changes-page h3.add:after,
#changes-page h3.del:after {
  font-size: 0.5em;
  content: ' [changes]';
  padding-left: 8px;
  color: #999999;
}
#changes-page table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
  font-family: 'Bitstream Vera Sans Mono', Courier, monospace;
  border: 1px solid #CCC;
}
#changes-page thead tr {
  font-weight: normal;
  text-aling: left;
  height: 2em;
  border-bottom: 1px solid #DDD;
  background-color: #ECECEC;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ececec));
  background: -moz-linear-gradient(top, #fafafa, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#ECECEC');
}
#changes-page td {
  padding: 1px 2px;
  white-space: pre;
}
#changes-page td.bredecode {
  width: 100%;
  padding-left: 4px;
}
#changes-page td.codekolom {
  text-align: right;
  min-width: 3em;
  background-color: #ECECEC;
  border-right: 1px solid #DDD;
  color: #AAA;
}
#changes-page tr.add {
  background: #DFD;
}
#changes-page tr.del {
  background: #FDD;
}
