/* public/print.css */
/*
	(c)2012 - visuallizard.com
	
	Print styles based on h5bp.com
*/
	
#main { width: 100%; margin: 0;  float: none; }


* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }


header, footer, div.banners,
#search-form, #quote-form, #refer-form,
div.input.submit, button.toggle,
.social-media .icon { display: none; }

.social-media { margin:0; padding: 0; }
.social-media li { list-style: none; }

body { margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

.wrapper { width: 100%; max-width: 600px; background: none; margin: 0 auto; }
.wrapper-cell { background: none; }
table { width:100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border:1px solid #ccc; text-align:left; margin:0 0 2em; padding:.5em; font: normal 12px/1.1 sans-serif; color:#333; table-layout: fixed; }
table tr { margin: 0;  padding: 0;}
table th { border-bottom:1px solid #ccc; padding:.4em; margin: 0; width: 50%; font-weight:700; }
table td { border-bottom:1px solid #ccc; padding:.4em; margin: 0; width: 50%; border-collapse: collapse; }

th.number,
td.number { text-align: right; }
a.remove { display: none; }

.left { text-align: left; }
.right { text-align: right; }

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }