/* Polyglot
----------------------*/
.polyglot p {
  margin: 0;
}

.polyglot ol {
  margin: 0.1em 0 0.5em 2em;
}

.polyglot pre {
  color: #555533;
  margin: 0.5em 0 0.5em 1em;
  float: left;
}

.polyglot code {
  color: #555533;
}

.text {
  color: black;
}

.console {
  margin: 0.5em 0 0.5em 1em;
}

span.program
{
  display: inline;
  color: black;
  white-space: pre;
  background-color: #EEF0D7;
}

span.literal
{
  display: inline;
  color: green;
  white-space: pre;
  background-color: #EEF0D7;
}

span.keyword
{
  display: inline;
  color: blue;
  white-space: pre;
  background-color: #EEF0D7;
}

span.comment
{
  display: inline;
  color: black;
  white-space: pre;
  background-color: #97A28F;
}

span.ignore
{
  display: inline;
  color: black;
  white-space: pre;
  background-color: #BBCEC2;
}
