/* $Id: gnuplot.css 1209 2006-12-30 02:23:26Z SYSTEM $ */

/* block level elements */

p {
  text-indent: 1em;
}

/* inline level elements */

strong {
  font-weight: bold;
  color: #990000;
}

/* miscellaneous */

div.file {
  border: 1px solid #000000;
  margin: 1em 3em;
  padding: 0pt;
}

p.filename {
  text-align: right;
  border-bottom: 1px solid #000000;
  margin: 0pt;
  padding: 5pt;
}

pre.filebody {
  margin: 0pt;
  padding: 1em;
}

.note {
  color: #666666;
  margin: 1em 5%;
}

.prompt {
  border: 2px solid #999999;
  margin: 1em 3em;
  padding: 0.5em;
}

.prompt a {
  text-decoration: none;
  font-weight: bold;
}

