.subhead {
display: block;
font-style: italic;
font-size: smaller;
}
body {
font-family: sans-serif;
padding-left: 280px;
}
h1 {
margin-bottom: 5px;
}
#download {
position: absolute;
left: 10px;
width: 250px;
background-color: #EEEAD6;
border: 2px solid #D8D4C2;
border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
}
#download h2 {
margin-top: 0px;
}
#screenshot {
float: right;
right: 10px;
margin: 1em 2 1em 2;
padding: 5px;
text-align: center;
}
p {
text-align: justify;
}
.note {
color: #555;
}
dl ul {
margin-left: 0px;
padding-left: 0px;
}
#releaseNotes dt {
margin-top: 1em;
}
/* ---------- table of contents ------------------- */

div.toc {
  margin-left: 2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  float:right;
  width: 200px;
  font-size: 80%;
  clear:both;
}

#tocinside {
  border: 1px solid #8cacbb;
  background-color: #ffffff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.toc li {
  background: transparent url(https://kxhelper.sourceforge.net/images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
}

ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

a.toc {
  color: #436976;
  text-decoration:none;
}

a.toc:hover {
  color: #000000;
  text-decoration:underline; 
}
