@charset "UTF-8";

/** PRINT
********************************************************************/

@page
{
  size   : A4;
  margin : 0 0 1em;
}

@media print
{
  .pdf_content p,
  .pdf_content tr
  {
    page-break-after  : auto;
    page-break-inside : avoid;
  }

  .pdf_images img
  {
    max-height : 8em;
  }
}

/** MAIN
********************************************************************/

html, body
{
  font-family      : arial, sans-serif;
  background-color : white;

  width  : 210mm;
  height : 297mm;
}

.pdf_content
{
  padding : 1em;
}

/** PRICE
************************************************/

.pdf_prijs
{
  font-size      : 2em;
  display        : inline-block;
  vertical-align : top;
  margin-top    : 1em;
  margin-left    : 2em;
}

.pdf_prijs.euro
{
  position : relative;
}

.pdf_prijs.euro:before
{
  content  : '\20AC';
  position : absolute;
  left     : -1em;
  top      : 0;
}

/** IMAGES
************************************************/

img
{
  max-height : 13em;
  margin-right : 0.5em;
  margin-bottom : 0.5em;
}

/** PROPERTIES
************************************************/

.pdf_properties
{
  display   : flex;
  flex-flow : row wrap;
}

.pdf_properties > ul
{
  padding : 0;
  flex    : 1 1 30%;
}

.pdf_properties ul ul
{
  padding-left : 1em;
}

.pdf_properties li
{
  font-weight : bold;
  list-style  : none;
}

.pdf_properties li li
{
  font-weight : normal;
}
