/**
 * CSS for print media
 * (c) Republic Factory AB
 * www.republic.se
 */

header, footer, .breadcrumbs { display: none; }

h1, h2, h3 { font-family: arial, sans-serif; font-weight: bold; }
h1 { font-size: 15pt; }
h2 { font-size: 12pt; margin-top: 30px; }
h3 { font-size: 10pt; }

p { font-family: arial, sans-serif; font-size: 8pt; }

table, th, td { font-family: arial, sans-serif; font-size: 8pt; }

table { border: 1px solid #333; border-collapse: collapse; width: 100%; }
th { padding: 3px 6px; border-bottom: 1px solid #333; background: #ccc; text-align: left; }
td { padding: 3px 6px; border-bottom: 1px solid #333; text-align: left; }

a { color: #666; }
a img { border: none; }
