@import url("/style/autoproc_docbar2.css");

h2,h3,h4,h5,h6,p,ul,ol,dl,pre
{
  margin-left: 50px;
  margin-right: 50px;
}


a.expand
{
  width: 20px;
  color: black;
  text-decoration:none;
  margin: 0 3px 0 0;
  padding: 0;
  font-weight: bold;
  display: none;

}

dl
{
  text-indent: 0;
}

.table
{
  width: 90%;
  margin: 15px auto;
}

.figure
{
  max-width: 90%;
  margin: 15px auto;
  padding: 10px 0;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 4px green;
}

.figure img
{
  max-width: 800px;
  display: block;
}

.figure p
{
  clear: both;
  font-size: 90%;
}

h2
{
  font-size: 120%; 
}

h3 
{
  font-size: 115%; 
  text-decoration: underline;
  text-align: left;
  font-weight: bold;
}
h4
{
  font-size: 110%;
  font-style: italic;
  text-decoration: underline;
  font-weight: bold;
}
h5
{
  font-size: 105%;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

/*h4
{
  font-size: 105%;
  font-weight: bold;
  font-style: italic;
}*/

/*h5
{
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
}*/

h3,h4,h5
{
  margin-top: 16px;
  margin-bottom: 5px;
}


dd p
{
  margin-top: 0;
}


.hi
{
  background-color: yellow;
}

ul.outsideList, .outsideList li ul,  .outsideList li ul li ul,  .outsideList li ul li ul li ul
{
  list-style-position: outside !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.outsideList li
{
  margin-bottom: 5px;
}
