<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HIDE ELEMENTS */
#utils, #nav, #sbar, 
#reportlink, #action-links, #secondary, .tools, .toolbox {
  display: none !important;
}

#header, #sidebar, #footer, 
#conclude, .comment-box, .comment-list,
.hd, #copy {
  display: none;
}

#bill-addr, #ship-addr {
  display: block !important;
}

#order-date, #order-history-print {
  display: block !important;
}

#order-history-print {
  clear: left;
}

#order-history-print h4 {
  padding-top: 1.5em;
}

#order-history-print td {
  text-align: left;
}

#ordered {
  margin: 5em 0;
}

#ship-addr {
  float: left;
}

#bill-addr {
  float:left;
  margin-left: 10em;
}

.map-link {
  display: none;
}

/*
 *=HEADERS
 */


h1, h2, h3, h4 {
  margin:1em 0 .5em;
  font-family:Georgia,Serif;
  font-weight:normal;
  clear:both;
  }
  
h1 {
  margin-top:.5em;
  font-size:180%;
  }
  
h2 {
  font-size: 200%;
  }
  
h3 {
  font-size:155%;
  }
  
h4 {
  font-size: 125%;
}
  
/*
 *=MISC
 */
a {
 color:black;
 text-decoration:none;
 }
 
a img {
 border-width:0;
 }
 
table {
  width: 100%;
}
   
th {
  text-align: left;
  font-size: 120%;
}

code {
  font:110% Monaco,"Courier New",Courier,Monospace;
  }
  
p {
  font-size: 85%;
  margin:0 0 .75em;
  line-height:1.8em;
  color: #333 !important;
  }

table p, dl ul, dl p, dl dl, div {
  font-size: 95%;
  line-height:1.6em;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  }

th {
  border-bottom: 4px solid #333;
}
  
td.summary {
  text-align: right;
  font-weight: bold;
}

th, td {
  text-align: center;
}

.left {
  text-align: left !important;
}

#sep td {
  border-top: 3px double #777;
}

ul, dl {
  margin-top:0;
  margin-bottom:.75em;
  }
  
dl dl {
  margin:.125in .5in .25in;
  }
  
dd {
  margin:0 0 1em;
  padding:0;
  }

</pre></body></html>