body
{ 
  padding:0 1rem 3rem 1rem;
  max-width:960px;
  margin:0 auto;
  font-family:Times;
  // font-size:10pt;
}


pre
{ 
  //background-color:#FFFFCC;
  border:1px solid black;
  padding:.5rem;

  //white-space: pre-wrap;
  //white-space: -pre-wrap;
  //white-space: -o-pre-wrap;
  //white-space: -moz-pre-wrap;
  //white-space: -hp-pre-wrap;
  //word-wrap: break-word;
  overflow-x:auto;
}


pre.console
{ 
  color:white;
  background-color:black;
  padding:.5rem;
  font-family:Courier;
}

pre.file
{
  padding:.5rem;
  font-family:Courier;
}

span.highlight
{
  color:#00ff00;
}

span.important
{
  color:#ff0000;
}

p code
{
  font-family:Courier;
  color:#c7254e;
  background-color:#f9f2f4;
  border-radius: 5px;
  padding:3px 6px;
}

img.lattice
{
  width:80%;
  max-width:600px;
}

img.gnuplot
{
  width:80%;
  max-width:600px;
}

hr
{
  border-top: 1px solid black;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

a
{
  color:blue;
  text-decoration:none; 
}

a:hover
{
  color:red;
}

table, th, td
{ 
  border:1px solid;
  border-collapse:collapse;
  padding:.2em .4em;
}

th
{
  background-color:#ccc;
}

div.three
{
  width:80%;
  max-width:600px;
  height:400px;
  //margin:0 auto;
}

iframe.three
{
  width:100%;
  //height:400px;
  height:100%;
  border:solid 1px
}