/* Hide unrequired elements */

body {
  color: black; 
  background: white;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 12pt;
}

a:link, 
a:visited {
  background: white; 
  color: black; 
  font-weight: bold;  
  text-decoration: underline;
}

h1, 
h2, 
h3 {
  background: white;
  border-bottom: 1px solid gray;  
  color: black; 
  padding-bottom: 1px;
}

th, td {
  padding: .5em;
}

th {
  border: solid #ccc;
  border-width: 1px 1px 2px;  
}

td {
  border: 1px solid #ddd;
}

.print .faq .answer {
  display: block !important;
}

#quotetable table {
  width: 100%;
}

#header,
#footer,
.cakeSqlLog,
#getaquote form,
#quote-amount-selector,
#filter-bar,
#quotetable .sort-control,
#quotetable tbody td.last-child .inner,
#quotetable .weekly-plus-hc,
#quotetable .total-plus-hc,
#quotetable div.help,
.glossary .alphabet,
.glossary .toplink,
.subscribe form,
.search-results form {
  display: none;
}