
/* dev */

.fdump pre {
  font-family: courier;
  }

div#devmenu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: white;
  color: black;
  border: 1px solid black;
  padding: 2px;
  margin: 2px;
  }
div#devmenu div.close {
  border-top: 1px solid black;
  margin-top: 4px;
  text-align: right;
  }

/* dbi-browser elements */

table.dbi-browser td {
  border: 2px solid black;
  border-left: 0;
  border-right: 0;
  padding: 2px;
  background: white;
  }

table.dbi-browser td li {
  margin: 0px 0px 6px 25px;
  padding: 2px;
  }

table.dbi-browser td li a {
  color: black;
  }

table.dbi-browser table td {
  border: 1px solid black;
  }

table.dbi-browser td li.selected {
  background: #eeeeee;
  }

table.dbi-browser td span.selection {
  border: 1px solid #a70f1d;
  }

span.selection-selected {
  border: 1px solid #a70f1d;
  }

td {
  border: 1px solid red;
  padding: 5px;
}

td.header {
  background-color: #ffff00;
}

td.black {
  background-color: #000000;
}

td.green {
  background-color: #00ff00;
}
