@import url("default.css");
div.document{
  max-width:720px;
  padding-right: 0px;
}
div.documentwrapper {
    float: left;
    width: 100%;
}
div.related {
  max-width:720px;
  padding-right: 0px;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    background-color: white;
    font-weight: normal;
    color: black;
    border-bottom: 0px;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
}

div.body h1 { margin-top: 0; font-size: 160%; }
div.body h2 { font-size: 140%; }
div.body h3 { font-size: 120%; }
div.body h4 { font-size: 110%; }
div.body h5 { font-size: 100%; }
div.body h6 { font-size: 100%; }

/* Internal References */
a.reference {
    color:black;
}
tt {
    font-size: 100%;
    font-family: "FreeMono",FreeMono,monospace;
    font-weight: normal;
}


table.citation td.label {
  font-size: 100%;
  font-family: "FreeMono",FreeMono,monospace;
  font-weight: bold;
  width: 120px;  /** will need to adjust based on largest label. **/
}

table.citation {
    border-left: 0px;
}

/* sphinx sidebar */
div.sphinxsidebar {
  display: none;
}

th.field-name {
    width:120px;

}

table.indextable a{
    color: black;
}

div.genindex-jumpbox a{
    color: black;
}

/* footer */
#footer {
	overflow: hidden;
  max-width: 720px;
  clear:both;
  padding: 10px;
	font-size: 1.1em;
	background-color: white;
	color: black; //#e32f2f;
}
#footer p {
	text-align:center;
}
#footer #anysurfer {
	float:right;
	margin-left: 10px;
	border: none;
}
#footer a {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	color:black;
}

div.fleft {
  float: left;
  display: table-cell;
  max-width:150px;
}
div.fright{
  float:right;
  display:table-cell;
  max-width:150px;
}
div.fcenter{
  float: left;
  display: table-cell;
  max-width:500px;
}
