/* {{Documentation}} */

div.question h3 span.name
{
  font-size: 20px;
}

div.dcomments, div.dcomments > h4
{
  display: none;
}

div.icomments, div.icomments > h4, div.icomment > h3
{
  display: none;
}


div.question div.properties div.options div.option .label,
div.question div.properties div.specials,
div.question div.location,
div.question div.type,
div.question div.range,
div.question div.help,
div.check_hard,
div.check_soft,
div.question div.properties div.version,
div.question div.properties div.type_etc div.width,
div.question div.properties div.type_etc div.decimals,
h3.if,
div.elements div.module div.properties div.version,
h2 span.field,
div.length,
h2 span.name,
div.output,
div.dcomment,
span.modname,
div.dataout > h3, div.dataout > h4, div.dataout > h5, div.dataout > h6,
div.loop > h3, div.loop > h4, div.loop > h5, div.loop > h6,
div.dataout > h3, div.dataout > h4, div.dataout > h5, div.dataout > h6,
div.branch > h3, div.branch > h4, div.branch > h5, div.branch > h6,
div.dataout > div.properties,
div.loop > div.properties,
div.branch > div.properties,
div.module > div.pmac > div.properties,
div#toc li.module > a span.name,
div#toc li.specification > a span.name
{
  display: none !important;
}

div.elements > div.control, div.routing > div.control, div.section, div.module, div.question, div.var
{
  border: none;
	margin: 1.5em 0em 0em 0em;
	padding: 0em !important;
	moz-border-radius: 0px;
	webkit-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
}

div.question > h3
{
  margin-bottom: 0em;
  border: 1px solid #C4CBDA;
  padding: 0.5em;
  background-color: #D9DDE7;
  color: #3D5284;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.question
{
  padding-bottom: 1em !important;
  border-bottom: 2px solid #c4cbda;
}

div.question, div.var
{
  margin: 1em 0;
}

div.properties
{
  background: #EEF0F4;
  padding: 1em !important;
}


/*h3, h4
{
  margin: 1.5em 0 0.5em 0;
}*/

div.properties, div.module > div.pmac, div.history div.children, div.use div.method {
  border: none;
  overflow: auto;
  padding: 0em;
}
