/*
 * Main style.
 */

body {
  font-family: sans-serif;
  color: #000000;
  background-color: #ffffff;
}

h1,h4,h5,p,ul {
  color: #000000;
}

h2,h3 {
  color: #990000;
}

/*
 * Navigation bars.
 */

div.navbar {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #ffe4b0;
  text-align: left;
  /* width: 100%;
  overflow: hidden;
  clear: both; */
}

div.navbar .left {
  float: left;
  text-align: left;
}

div.navbar .right {
  float: right;
}

div.navbar .fill {
  clear: both;
  height: 0;
  line-height: 0;
  border: 0;
}

div.navbar a.title {
  font-weight: bold;
  color: black;
}

div.navbar img.prev {
  height: 17px;
  width: 17px;
  padding: 0px 10px 0px 0px;
  margin: 0;
  border: 0;
}

div.navbar img.next {
  height: 17px;
  width: 17px;
  padding: 0px 0px 0px 10px;
  margin: 0;
  border: 0;
}

div.navbar img.strut {
  height: 17px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0;
}



/*
 * Diverse classes.
 */

.eq {
  white-space: nowrap;
  font-style: normal;
}

div.theorem {
  margin-left: 3em;
  clear: both;
}

div.theorem span.title {
  font-weight: bold;
}

/* Not the in-box, but contents "in box".
 */
div.inbox {
  margin-left: 3em;
  background-color: #ccccff;
  border: solid;
  border-width: 1px;
  border-color: black;
  clear: both;
  padding: .5em;
}

pre.small {
  font-size: 80%;
}

div.center {
  text-align: center;
}

p.quote {
  font-style: oblique;
  margin-left: 3em;
}

p.fineprint {
  font-size: 80%;
  font-style: italic;
}


/*
 * Typesetting of Matlab code.
 */

.resword {
  color: blue;
}

.matfunc {
  color: red;
}

.bbfunc {
  color: red;
  font-weight: bold;
}

.thisfunc {
  color: red;
  font-weight: bold;
}

pre.example, pre.syntax {
  font-family: monospace;
  white-space: pre;
  margin: 0 0 0 2em;
  padding: 0;
  border: 0;
}

pre.longcode {
  font-size: 80%;
  font-family: monospace;
  white-space: pre;
}

pre.example span.result {
  color: #777777;
}

/*
 * Embedding of figures.
 */

div.centerfig {
  margin: 0;
  padding: 0;
}

div.centerfig p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

div.centerfig img {
  border: 0;
}
