h1 {
  background-color: #eff5fb;
  border-bottom: 5px solid #0052a3;
  padding: 10px 20px;
  margin-top: 20px;
}
h2 {
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 3px solid #3484d1;
}
code {
  border: none;
}
#documentationSidebar {
  padding: 10px;
  position: fixed;
  top: 50px;
  bottom: 0px;
  overflow-x: hidden;
  white-space: nowrap;
  max-width: 220px;
  text-overflow: ellipsis;
  background-color: #FFF;
}
@media (min-width: 1200px) {
  #documentationSidebar {
    max-width: 270px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #documentationSidebar {
    width: 166px;
  }
}
#documentationSidebar::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #DDD;
}
#documentationSidebar::-webkit-scrollbar-button:start:decrement,
#documentationSidebar::-webkit-scrollbar-button:end:increment {
  display: none;
}
#documentationSidebar::-webkit-scrollbar-track-piece {
  background-color: #DDD;
  -webkit-border-radius: 0px;
}
#documentationSidebar::-webkit-scrollbar-thumb:vertical,
#documentationSidebar::-webkit-scrollbar-thumb:horizontal {
  background-color: #666;
  border: 1px solid #DDD;
  -webkit-border-radius: 6px;
}
#documentationBody {
  margin: 20px;
}
.table-wrapper {
  margin: 10px 30px 30px 30px;
}
.mono {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.model {
  margin: 20px 0px 0px 20px;
  border-left: 3px solid #DDD;
  padding: 0px 10px;
  position: relative;
}
.model span.linkTarget {
  position: absolute;
  top: -40px;
}
.attr {
  margin-bottom: 5px;
}
.attr td {
  padding: 10px;
}
.attr .attrName {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.attr .helpDesc {
  padding: 5px 20px;
  margin: 2px;
}
.attr td.attrType {
  max-width: 350px;
}
tr td.jsonrpc-code {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  white-space: pre;
  background-color: #F5F5F5;
  width: 50%;
  max-width: 50%;
}
tr td.jsonrpc-code.highlight {
  background-color: #ddd;
}
tr td.jsonrpc-desc {
  padding: 2px 20px;
}
tr:hover > td.jsonrpc-code,
tr:hover > td.jsonrpc-desc {
  background-color: #ddd;
}
.bullet:before {
  margin-right: 5px;
  content: '\25CF';
  font-size: 15px;
}
.bullet.needRev:before {
  color: red;
}
.bullet.noRev:before {
  color: white;
}
.bullet.needVersion:before {
  color: white;
}
.table-minWidth {
  width: auto !important;
}
#jsonRpcErrorTable {
  float: left;
  max-width: 48%;
  margin-right: 30px;
}
#commandApiErrorTable {
  float: left;
  max-width: 48%;
}
th.center {
  text-align: center;
}
.fancyScroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #DDD;
}
.fancyScroll::-webkit-scrollbar-button:start:decrement,
.fancyScroll::-webkit-scrollbar-button:end:increment {
  display: none;
}
.fancyScroll::-webkit-scrollbar-track-piece {
  background-color: #DDD;
  -webkit-border-radius: 0px;
}
.fancyScroll::-webkit-scrollbar-thumb:vertical,
.fancyScroll::-webkit-scrollbar-thumb:horizontal {
  background-color: #666;
  border: 1px solid #DDD;
  -webkit-border-radius: 6px;
}
div.tooltip-inner {
  max-width: 350px;
}
