
table.codeViewer-table
{
  background-color: white;
  border: none;
}

td.codeViewer-nr
{
  background-color: #eeeeee;
  text-align: right;
  width: 1;
  font-size: small;
  color: black;
  white-space: nowrap;
}

td.codeViewer-nr-highlighted
{
  background-color: #ccccff;
  text-align: right;
  width: 1;
  font-size: small;
  color: black;
  white-space: nowrap;
}

td.codeViewer-line
{
  padding: 0 5;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000099;
}

td.codeViewer-line-highlighted
{
  padding: 0 5;
  white-space: nowrap;
  background-color: #5555ff;
  color: #ffff00;
}

pre.codeViewer-line
{
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000099;
  border: none;
}

pre.codeViewer-line-highlighted
{
  margin: 0;
  padding: 0;
  background-color: #5555ff;
  color: #ffff00;
  border: none;
}
