/*
$$$$$$$$\                              $$\
$$  _____|                             $$ |
$$ |      $$$$$$\   $$$$$$$\  $$$$$$\  $$ |
$$$$$\    \____$$\ $$  _____|$$  __$$\ $$ |
$$  __|   $$$$$$$ |\$$$$$$\  $$$$$$$$ |$$ |
$$ |     $$  __$$ | \____$$\ $$   ____|$$ |
$$$$$$$$\\$$$$$$$ |$$$$$$$  |\$$$$$$$\ $$ |
\________|\_______|\_______/  \_______|\__|

Fusionary Easel v2.0b
Print Styles
*/
/** =hide fron print
************************************************************/
.header,
.footer,
.no-print {
  display: none;
}

/** =reset
************************************************************/
body {
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
}

/** =images
************************************************************/
img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

a img {
  border: none;
}

/** =links
************************************************************/
a {
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

a:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

/** =pre
************************************************************/
pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

/** =tables
************************************************************/
table {
  text-align: left;
}

th {
  font-weight: bold;
}

th, td {
  padding: 4px 10px;
  border-bottom: 1px solid #333;
}

thead th {
  border-bottom-width: 3px;
}

caption, tfoot {
  font-style: italic;
}

tfoot {
  display: table-footer-group;
}

thead {
  display: table-header-group;
}

tr {
  page-break-inside: avoid;
}

/**
* hat
*/
.p-hat-summary .header,
.p-hat-summary .footer,
.p-hat-summary .content-header,
.p-hat-summary .hat-nav,
.p-hat-summary .hat-actions,
.p-hat-summary #fancybox-wrap,
.p-hat-summary #fancybox-loading,
.p-hat-summary .step-hdg {
  display: none;
}
.p-hat-summary .hat-selections .selections {
  overflow: hidden;
  padding: 0;
}
.p-hat-summary .hat-selections .selections .model,
.p-hat-summary .hat-selections .selections .shape,
.p-hat-summary .hat-selections .selections .surface {
  float: left;
  margin: 0 10px;
  width: 200px;
}

