@import url("default.css");
div.document{
  max-width:1000px;
  padding-right: 0px;
}
div.documentwrapper {
    float: left;
    width: 100%;
    max-width:750px;
}
div.bodywrapper {
  float: left;
  width: 100%;
  max-width: 750px;
}
div.related {
  max-width:1000px;
  padding-right: 0px;
}
img.logo {
  z-index: 20;
}

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 {
    margin-left: -50%;
}

div.sphinxsidebar a {
    color: white;
}
div.sphinxsidebar {
    float: right;
}

div.sphinxsidebar h3 {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div.sphinxsidebar h3 a {
    color: #ffffff;
}

div.sphinxsidebar h4 {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
}

th.field-name {
    width:120px;

}

table.indextable a{
    color: black;
}

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

/* footer */
#footer {
	overflow: hidden;
  max-width: 1000px;
  clear:both;
  padding: 10px;
	font-size: 0.8em;
	background-color: white;
	color: black; 
}
#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: inline;
  max-width:120px;
  padding-right: 10px;
}
div.fright{
  float:right;
  display:inline;
  max-width:100px;
  padding-left: 10px;
}
div.fcenter{
  display: inline;
  max-width:425px;
  text-align: center;
  overflow: none;
  float: left;
}
div.fcenter p{
  max-width: 425px;
}

div.section {
  text-align: justify;
  max-width: 750px;
}

.quoteas {
	text-align: justify;
	background-color: burlywood;
	border-radius: 25px;
	color: darkblue;
	padding: 5px;
}
