div.edit-doc {
  margin-top: 20px;
  position: relative;
}
#text-in div.edit-doc {
  margin-top: 0;
}
#text div.edit-doc h1 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0em 0 1em 0;
  height: auto;
}
#text div.edit-doc h2 {
  margin: 0em 0 1em 0;
  margin: 0em 0 1em 0;
}
#text div.edit-doc ul {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  color: #BE5E40;
}
#text div.edit-doc ul li {
  margin: 0 0 0 24px;
  color: #BE5E40;
  line-height: 1.5;
  padding: 0 0 0 16px;
  background: url("ctv.gif") no-repeat 0 55%;
  
}
#text div.edit-doc ol {
  margin: 0 0 1em 0;
  padding: 0;
  color: #BE5E40;
}
#text div.edit-doc ol li {
  margin: 0 0 0 40px;
  padding: 0;
  color: #BE5E40;
  line-height: 1.5;
}
#text div.edit-doc a {
  color: #BE5E40;
  text-decoration: underline;
}
#text div.edit-doc a:hover {
  text-decoration: none;
}
#text div.edit-doc sub, #text div.edit-doc sup {
  font-size: 0.7em;
}

