html {
  margin: 7px;
  border: 1px inset gray;
  padding: 1em;
}

body {
  background-color: white;
  color: black;
  font-family: Verdana, sans-serif;
  margin: 0;
}

.AboutLandfill {
  width: 30%;
  float: left;
}
.AboutLandfill p {
  font-size: 90%;
}
.TestInstalls {
  width: 65%;
  float: right; 
}
.InstallTable th, .InstallTable td {
  padding-bottom: 1em;
}

table.standard_table {
  border-collapse: collapse;
}
table.standard_table td, table.standard_table th {
  border: 1px solid gray;
  padding: .3em;
}

.Patches { clear: both; }
.Patches table { font-size: 90%; }
td.BugNumber { text-align: right; }

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em 0;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana, sans-serif;
}
h1 { margin-top: 0; }
h2, h3 { font-weight: normal; }
