#content blockquote {
  padding:0.6em;
}

#content blockquote.note {
  margin: 1em 2em 1em 2em;
  border:1px outset #eeeeee;
  background-color:#eeeeee;
}

#content span.new {
  color: red;
  font-style: normal;
  font-weight: bold;
}
#content table {
  border: 1px solid black;
  background-color: lightgrey;
  font-family: Courier;
}

#content table tr.conclusion {
  border-top: 1px solid black;
}

#content table.congruence {
  border: 1px solid black;
  background-color: lightgrey;
  margin: 0 1% 0 1%; /* top right bottom left */
  width: 98%;
  border:1px solid black;
  padding: 0 10px 0 10px;
  text-align: center;
}

#content table table {
  text-align: center;
  border: none;
}

#content th, #content td {
  border: none;
}

#content #computation tr td {
  padding: 1em;
}

#content #handin {
  border-top:2px solid #CC0000;
  border-bottom:2px solid #CC0000;
  padding: 0.6em;
  margin: 1em 0 1em 0;
}
