/* Equations */

span.equation {
  display: block;
  padding: 0.5em;
  padding-right: 2em;
  padding-left: 4em;
  text-indent: -2em;
  text-align: left;
}

table.equation {
  padding: 0.5em 2em;
}

table.equation td {
  padding: 0.2em 0.5em;
}


/* MATLAB input and output */

pre.codefile {
  background: #ffe;
  border: 1px #cc9 solid;
}
pre.codeinput {
  background: #eee;
}
pre.codeoutput {
  color: #666;
}
pre.error {
  color: red;
}
pre span.keyword      {color: #00f}
pre span.comment      {color: #282; font-style: italic;}
pre span.string       {color: #92e}
pre span.untermstring {color: #b00}
pre span.syscmd       {color: #b80}

