/* body and tables */
html {
  margin: 0;
}
body {
  margin: 0;
  background-color: #f8f8f8;
  background-image: url('/images/bg_stripe.png');
  font-family: verdana, sans-serif;
  font-size: small;
}
p {
  padding-left: 1em;
}
th, td {
  font-size: small;
  font-family: verdana, sans-serif;
}
thead {
  background-color: #ffeeff;
}
table {
  border-collapse: collapse;
}
table.compare {
  margin-left: 20px;
  border: 1px dashed #eeddff;
  background-color: #fffdff;
}
table.compare th {
  padding: 10px;
  text-align: left;
}
table.compare td {
  padding: 8px;
  text-align: center;
}

/* headers */
h1 {
  font-size: large;
  background-color: #fff5ff; 
  padding: 0.5em;
  border-bottom: #ffddff solid 3px;
}
h2 {
  font-size: medium;
  background-color: #fff5ff;
  padding: 0.2em;
  padding-left: 0.5em;
  border-bottom: #ffddff solid 2px;
}
h3 {
  font-size: small;
  background-color: #fff5ff;
  padding: 0.1em;
  padding-left: 0.5em;
  border-bottom: #ffddff solid 1px;
} 

/* other */
img {
  border: 0;
}
#disclaimer {
  text-align: center;
  font-size: x-small;
}
