/**
 * CSS Library - Print Styles
 *
 * CSSlib Print gives a solid style foundation for print.
 *
 * @section print
 * @version 0.1
 * @author Teddy Zetterlund
 * @cssdoc version 1.0-pre
 * @licence MIT
 */

html, body {
  background: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em;
  margin: 0;
  width: 100%;
}

/* removes sections which provide no value to printed documents */
#environment, #branding, #siteinfo, #content_sub, #content_footer,
#nav_main, .breadcrumbs, .nav-tabs, p.pagination { display: none; }

/* gives layout sections a vertical flow and full width */
#container, #content_main {
  background: transparent;
  border: none;
  color: black;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

a:link, a:visited {
  background: transparent;
  border: none;
  color: #000;
  font-weight: normal;
  text-decoration: normal;
}

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

p a[href^="/"]:after { content: " (http://bukowskis.com" attr(href) ") "; }

table { width: 100%; }

td, tr {
  padding: 0;
  margin: 0;
  height: 10px;
}

td.right {
  width: 100px;
  text-align: right;
}


body.ca-live_auction_events-results table th { text-align: left; }
body.ca-live_auction_events-results table .right { text-align: right; }
body.ca-live_auction_events-results table a { text-decoration: none; }

#print-button, #closing_prices_headings { display: none; }
