body {
  font-family: georgia, serif;
  font-size: 10pt;
  text-align: center;
  margin:0;
  padding:0;
}

pre {
  margin:12px 0 0;
}

.documentation pre {
  font-size:0.8em;
  overflow:auto;
  border:dotted 1px #d8d8d8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding:0.5em;
  background:#f9f9f9;
  line-height:1.2;
  color:#666;
}

.popup-enabled {
    cursor: pointer;
    border-bottom: dotted 1px black;
}

.popup {
    position: absolute;
    z-index: 100;
}

.popup .item {
    cursor: pointer;
    font-family: helvetica neue, arial, sans-serif;
    background-color: #f0f0f0;
    color: black;
    padding: 3px;
    border: black dotted;
    border-width: 1px 1px 0 1px;
}

.popup .selected {
    background-color: black;
    color: white;
}

.popup .bottom {
    border-bottom: 1px black dotted;
}

#content {
    text-align: left;
    margin: 0 auto;
}

.documentation {
    float: left;
    line-height: 1.4em;
}

.documentation > *:first-child {
  margin-top:12px;
}

.documentation h1, .documentation h2 {
    font-weight: normal;
    line-height: 1.4em;
}

.code {
    float: left;
    font-size: 6pt;
    background-color: #f3f3f3 !important;
    margin:0;
    border-left:solid 3px #d4d4d4;
    border-right:solid 2px #dadada;
}

.divider {
    clear: both;
    height: 0;
    line-height: 0;
}

.doc-Function, .doc-Method {
    color:#002b92;
}
.doc-Array, .doc-Object {
    color:#790000;
}

