textarea#question {width: 100%; height: 200px; background: #ffc;}
textarea#answer   {width: 100%; height: 200px; background: #cfc;}
textarea#md       {width: 100%; height: 400px; background: #cfc;}

img#odyssey {width: 100%;}

p.question {font-size: medium;}
p.answer   {margin-left: 1em;}
p.good     {margin-left: 1em;}

pre.answer   {margin-left: 1em;}
span.nick  {font-weight: bold;}

.red     {color: red;}
.sm      {font-size: small;}
.skyblue {color: royalblue;}

table {
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
}

/* use as question header */
pre.question {
  font-size: medium;
  background-color:white;
  color: black;
}

/* use inside triple back quotes */
pre {
  background-color:black;
  color: white;
}
code {
  font-family: 'Courier New', Courier, monospace;
  word-wrap: break-word;
  font-size: 16px;
}

div.preview {
  border: solid 1pt dimgray;
  padding: 5px;
}
