<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------------------------------------------------------

    print.scss

    +top

---------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------
	BORDER BOX
*/
/*------------------------------------
	VERTICAL-SPACING (Consistent spacing)
*/
/*------------------------------------
	Hide Stuff
*/
fieldset,
video,
audio,
object,
embed,
iframe,
input,
fieldset,
textarea,
.global-header,
.global-footer,
.modal-box,
.nav,
.tabs,
.article-actions {
  display: none;
}

/* Set default options for printing */
* {
  margin: 0;
  padding: 0;
  behavior: none !important;
  filter: none !important;
}

@page {
  margin: 8mm;
  size: auto;
}
body {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.4;
}

.content {
  padding: 20px 0;
}

a {
  font-weight: bold;
}

figure {
  max-width: 400px;
  max-height: 300px;
  margin-bottom: 20px;
}
figure img {
  max-width: 400px;
  max-height: 300px;
}

img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:after {
  content: " [" attr(href) "] ";
  font-size: 0.7em;
  font-weight: normal;
  color: grey;
  text-decoration: none;
}

/*------------------------------------
	Typography
*/
p, ul, ol {
  margin-bottom: 12px;
  page-break-inside: avoid;
}

/*------------------------------------
	Lists
*/
ul, ol, dd {
  margin-left: 8mm;
  margin-left: 2.2677165354rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

/*------------------------------------
	Headings
*/
h1, h2, h3, h4, h5 {
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-top: 1.2em;
  page-break-after: avoid;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5 {
  margin-top: 0;
}

h1 {
  font-size: 2.4em;
}
h1:first-child {
  margin-top: 0px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

/*------------------------------------
	Tables
*/
table {
  border-collapse: collapse;
  margin-bottom: 4mm;
  width: 100%;
}
table thead {
  display: table-header-group;
}
table th, table td {
  padding: 1mm 3mm 1mm 0mm;
  text-align: left;
}
table th {
  border-bottom: 1px solid darkgray;
  vertical-align: bottom;
}
table td {
  border-bottom: 1px solid lightgray;
  vertical-align: top;
}

/*------------------------------------
	Container
*/
.outer-container {
  padding: 0 8mm;
}

.row {
  clear: both;
  margin-left: -4mm;
  margin-right: -4mm;
  margin-bottom: 4mm;
}

#invoice {
  font-family: Arial, serif;
  font-size: 12pt;
  line-height: 150%;
  margin: 20px;
}
#invoice p, #invoice table, #invoice dl, #invoice ol, #invoice ul {
  margin-bottom: 18pt;
  margin-top: 0;
}
#invoice p {
  margin-bottom: 10px;
}
#invoice table {
  border-collapse: collapse;
}
#invoice table th {
  text-align: left;
  padding: 2px;
}
#invoice table td {
  padding: 2px;
  border: 1px solid #ccc;
  vertical-align: top;
}
#invoice #to-address {
  border-bottom: 1px dashed #333333;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
#invoice #to-address table {
  font-size: 14pt;
  font-weight: bold;
  line-height: 18pt;
  padding: 0;
  margin: 0;
}
#invoice #to-address table td {
  border: 0;
}
#invoice #product-details table {
  font-size: 10pt;
}
#invoice #basic-details table td,
#invoice #address-details table td {
  border-bottom: 0;
}
#invoice #icm-details table, #invoice #invoice #address-details table {
  font-size: 10pt;
  line-height: 14pt;
}
#invoice #icm-details table td {
  border: 0;
}
#invoice #icm-details table td.custom {
  font-size: 14pt;
  font-weight: bold;
  padding-bottom: 10px;
}
#invoice #address-details table td,
#invoice #address-details table th {
  border: 0;
  padding: 0;
  padding: 1px 0;
}

/*# sourceMappingURL=print.css.map */
</pre></body></html>