/* CSS for DIY Linux Reference Build Documentation
   Created by Greg Schafer gschafer@zip.com.au for the DIY Linux Project
   License: GPL
   Copyright 2004, 2005 Greg Schafer */

body {
  font-family: verdana, arial, sans-serif;
  margin: 1em;
}

h1.title {
  background-color: #ccccff;
  border: 1px solid #000000;
  text-align: center;
  padding: 0.5em;
}

div.caution, div.important, div.note, div.tip, div.warning {
  margin: 1em 3em;
  padding: 0.5em 1em 0.5em 0;
  border: 1px solid #000000;
}

div.caution {
  background-color: #ffffe0;
}

div.important {
  background-color: #fff0ff;
}

div.note {
  background-color: #fffff0;
}

div.tip {
  background-color: #f0f0ff;
}

div.warning {
  background-color: #fff0f0;
}

div.warning th {
  font-size: larger;
  color: #990000;
}

pre.screen {
  border: 1px solid #aaa;
  background-color: #eee;
  color #111;
  margin: 0.5em 4em;
  padding: 0.5em 1em;
}

div.revhistory table {
  border-collapse: collapse;
}

div.revhistory td {
  padding: 0.3em;
}

div.informaltable table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: smaller;
  background-color: #efe;
}

div.informaltable td,th {
  padding: 0.3em;
}

div.informaltable th {
  background-color: #dfd;
}

p.rnhead {
  font-weight: bold;
  font-size: smaller;
}

p.rn {
  font-size: smaller;
}
