.verb {
  font-family: courier new, courier;
}


code {
  font-family : courier, fixed;
}

div.code {
  font-family : courier, fixed;
  background-color : #cccccc;
  border : 2px solid #222222;
  color : #000000;
  padding: 20px;
  white-space: pre;
}

div.codeMeta {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: xx-small;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 5px;
  float: right;
  margin-right: -6px;
  margin-top: -6px;
}




/* LIST */
.content dl {margin:1.4em 0 1.0em 0; padding:0em 20px 0em 20px; list-style:none;}
.content dl dt {margin:0 0 0.3em 2px; padding:0 0 0 12px; background:url(https://imada.sdu.dk/Employees/daniel/DM813/css/img/bg_bullet_square.gif) no-repeat 0 0.5em; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content dl dd {margin:0 0 0.3em 2px; padding:0 0 0 12px; no-repeat 0 0.5em; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content dl.indent {padding:0 50px 0 50px;}

