body {max-width: 60em;}
body {
  font-family: Helvetica, arial, sans-serif;
  font-size: 80%;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
}
#Header {margin-bottom:0;}
#Header img {width:100px}
#Menu {position:absolute;right:10px;top:70px;background-color:#eeeeee;padding:0 10px;}
#Menu h3 {margin-top:0;margin-bottom:0;}
#Menu ul {margin-top:0;margin-bottom:0px;}

a {
  color: #4183c4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 {border-bottom: 1px solid #4183C4;}
h3 {margin: 10px 0 0;}
h3+ul {margin: 5px 0;} /* ul umiddelbart efter h3 */
#Content img {width:100%}

img {
  max-width: 100%;
}
p{margin-top:0;margin-bottom:0}

ul  {margin.bottom:0}
pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.6;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code{
  background-color: transparent;
  border: none;
}
th {text-align:left;padding:0 1em 0 0}
th:hover{cursor:pointer}
td {padding: 0 1em 0 0}
tr {border:1px solid black}