#centerText { margin-left: 110px;}
#left { width: 90px; position: fixed;}
#pageTitle {display: none;}
.underlined {
  text-decoration: underline;
}
.green {
  color: green;
}

div.codeContainer {
  background-color: #fffbea;
  border: solid gray 1px;
  margin-bottom: 1em;
  padding: 4px;
  font-family: monospace; 
  font-size: small;
  display: table;
  margin-right: 1em;
  margin-top:0.5em;
  white-space: pre;
}

div.dbContainer {
  font-family: monospace; 
  font-size: small;
  background-color: #fffbea;
  border: solid gray 1px;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-top:0.5em;
  display: table;
}

div.dbContainer div {
  padding: 4px;
}

div.dbContainer div.tableName {
  border-bottom: 1px solid gray;
  text-align: center;
  font-weight: bold;
}

div.dbContainer span.fieldType {
  font-style: italic;
}
div.dbContainer span.pKey {
  text-decoration: underline;
}
</style>
