body {
  color: black; background-color: white;
  font-family: sans-serif;
}

div#nav_panel_container {
  width: 250px;
  margin: 0;
  padding: 0;
  position:absolute;
  top: 30px;
  bottom: 30px;
  left: 20px;
  overflow: hidden;
}

div#content_panel_container {
  margin: 0;
  padding: 0;
  position:absolute;
  top: 30px;
  right: 20px;
  bottom: 30px;
  left: 290px;
  overflow: hidden;
  min-width: 15px;
}

div#content_panel_header {
  margin: 0;
  padding: 0;
  border-top: 4px solid;
  border-bottom: 2px solid red;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}

div.content_panel_body {
  margin: 0;
  padding: 0 15px 0 15px;
  border-top: 2px solid;
  border-bottom: 4px solid;
  overflow: auto;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
}

div#nav_panel_header {
  margin: 0;
  padding: 0;
  border-top: 4px solid;
  border-bottom: 2px solid red;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}

div#nav_panel_body {
  margin: 0;
  padding: 0.0em;
  border-top: 2px solid;
  border-bottom: 4px solid;
  overflow: auto;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
}

ul#api_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

input.search_input {
  font-family: monospace;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  background-color: transparent;
  border-style: none;
  width: 100%;
  height: 100%;
}

.highlight pre {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
}

p code {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 13px;
  padding: 0 4px 0 4px;
}

span.type_tag {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  padding: 0 2px 0 2px;
}

span.header_text {;
  font-weight: bold;
  font-size: 14px;
  vertical-align:middle;
  line-height: 30px;
  padding: 0 10px 0 10px;
}

img.entity_icon {
  vertical-align: middle;
}

 a {
  font-family: helvetica;
  color: black;
  text-decoration: underline;
  color: black;
}

a.ref_link {
  font-family: monospace;
  color: black;
  text-decoration: none;
  display: block;
  padding: 2px 0px 2px 20px;
}

a.code_link {
  font-family: monospace;
}

a.ref_link:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: black;
}

a.group_link {
  display: block;
  color: black;
  font-family: helvetica;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0px 2px 4px;
}

a.group_link:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: black;
}

table.wide_table {
  border-collapse: collapse ;
  width: 100%;
}

th {
  text-align: left;
  padding: 4px 20px 4px 20px;
}

td {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px 10px 20px;
}

td.descriptor_cell {
  font-weight: bold;
}

hr {
  height: 2px;
  color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  border-style: none;
  margin-top: 40px;
}

::-webkit-scrollbar {
  width: 14px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: black;
}

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.2);
}