/* Tooltip */
.tooltip > .tooltip-inner {
  background-color: #000;
  color: #FFFFFF;
  border: 1px solid #000000;
  padding: 5px;
  font-size: 16px;
  text-align: left;
  max-width: 300px !important;
}
/* Tooltip on top */
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #000;
}
pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}
.string {
  color: green;
}
.number {
  color: darkorange;
}
.boolean {
  color: blue;
}
.null {
  color: magenta;
}
.key {
  color: red;
}
ul.flip li div div.inn {
  background-color: #000 !important;
}
.flip-clock-wrapper ul {
  background-color: #000 !important;
}
.nav-pills > li.active > a {
  background-color: #000 !important;
}
.nav-pills > li.active > a:hover {
  background-color: #000000 !important;
}
.background-primary {
  background-color: #000 !important;
}
.border-primary {
  border-color: #000 !important;
}
.color-primary-darken {
  color: #000000 !important;
}
.pre-help {
  outline: 0px;
  color: #000000 !important;
}
.pool-link:hover {
  background: #000000 !important;
}
.pool-link {
  color: #fff !important;
}
