@page {
  size: A4 portrait;
  margin: 2.5cm 2.5cm;
}

h1, h2 {
  font-family: 'interstateregular', sans-serif;
  font-size: 17pt; /*28pt*/
  font-weight: normal;
}
h2 {
  font-size: 12pt;/*16pt*/
}

body, p {
  font-family: 'eb_garamond12_regular', serif;
  font-size: 12pt;/*16pt*/
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
p.break {
  margin-bottom: 1em;
}

p.fineprint {
  font-size: 10pt;/*12pt*/
}

.hidden-print {
  display: none !important;
}

.signatures {
  margin-top: 100px;
  padding: 0 10%;
}


section.piece,
section.delivery,
section.commisioner,
section.fee,
section.licence,
section.royaltyfee,
section.price,
section.extras,
section.signature {
  page-break-inside: avoid;
}

.table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}

.table > tbody > tr.underline > td {
  width: 44%;
  padding: 0 3% 3%;
  border-top: 1px solid #333333;
}
.table > tbody > tr > td {
  width: 44%;
  padding: 0 3% 3%;
  border-top: none;
}

.logos {
  margin: 30px;
}

.logos .fst img,
.logos .skap img {
  width: 100px
}

.logos .skap {
  text-align: right;
}

.contactinformation {
  margin-top: 20px;
}
