
h1 {
  line-height: 1.2em;
}

h3 {
  margin-left: 10px;
  font-size: 1.1em;
}

 body { max-width:1200px; font-family:verdana; background-color:#fcfcfc; line-height: 1.5em;text-shadow:1px 1px 1px #fff;} 
 p {font-size: 1em; margin-left:1em;} 
 small {font-size: 90%} 
 .fnanc {font-size:0.7em; margin-left:-5px; line-height:0; position:relative; top:-6px; text-decoration:none;} 
 li{margin-bottom: 0.5em;} ul {margin-left:0.5em;} 
 #wrapper {margin-right:320px; padding: 0 10px;}

#toc {
    top: 0px;
    right: 0;
    height: 90%;
    width: 320px;
    padding-top: 20px;
    font-size: 80%;
    overflow: auto;
    position: fixed;
    padding-bottom: 10px;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 0px;
    margin-bottom: 0;
}

#toc a {
    text-decoration: none;
    display: block;
    color: #333;
}
#toc a:hover {
    text-decoration: underline;
}
#toc .toc-h1 {
      font-weight: bolder;
      font-size: 110%;
}
#toc .toc-h2 {
    padding-left: 20px;
    font-weight: bold;
}

#toc .toc-h3 {
  padding-left: 30px;
}

#toc .toc-active {
}

@media only screen and (min-width: 1280px) {
  #toc {
    right: auto;
    left: 940px;
  }
}

@media only screen and (max-width: 780px) {
  #toc {
    display:none;
  }
  #wrapper {
    width: auto;
    margin-right: 0px;
  }
}
