.break { page-break-before: always; }

hr {
    border-color: #000000;
    border-style: solid;
    border-width: 2px 0 0;
    clear: both;
    margin: 0 0 0px;
    height: 0;
}


div#exam_information_sheet {
    width: 680px;
    height: 876px;
}

div#special_provision_sticker {
    margin-top: 10mm;
    margin-left: 10mm;
    margin-right: 10mm;
    /*margin-bottom: 10mm;*/
    width: 327mm;
    height: 225mm;
    line-height: 0.4cm;
    font-size: smaller;
    /*border: 1px solid;*/
}
div#special_provision_sticker div.left_sticker {
    float: left;
    width:  148.5mm;
    height: 105mm;
    margin-right: 20mm;
    margin-bottom: 15mm;
}
div#special_provision_sticker div.right_sticker {
    float: right;
    width:  148.5mm;
    height: 105mm;
    margin-right: 10mm;
    margin-bottom: 15mm;
}
div#special_provision_sticker hr {
    margin: 2mm 0;
}
div#special_provision_sticker h1 {
    font-size: 0.4cm;
    line-height: 2mm;
}
div#special_provision_sticker h2 {
    font-size: 0.3cm;
    line-height: 1mm;
}
div#special_provision_sticker table {
    border: 0;
    width: 100%;
}

div#exam_information_sheet h1 {
    text-align: center;
    font-weight: bold;
    font-family: "Arial"
}

div#exam_information_sheet h2 {
    text-align: center;
    font-weight: bolder;
    font-family: "Arial"
}

div#exam_information_sheet table {
    border-color: #C8C9C8;
    border-style: solid;
    width: 100%;
}

div#exam_information_sheet table tbody tr td {
    font-size: 1.2em;
}

div#exam_information_sheet p, div#exam_information_sheet li {
    font-size: 1.0em;
    text-align: justify;
}

div#exam_information_sheet ul {
    list-style-type:disc;
    padding: 0 0 0 25px;
}

div#exam_centre_availability {
    width: 680px;
    text-align: justify;
}

/**
* Bootstrap adjustments
**/
div.container-fluid footer, div#mq-header.row-fluid, div.navbar, div#login-menu, div#footer {
    display: none;
}
div.container-fluid h1, div.container-fluid h2, div.container-fluid h3, div.container-fluid h4, div.container-fluid h5, div.container-fluid h6 {
    line-height: 30px;
}
div.container-fluid h1 {
    font-size: 1.7em;
}
div.container-fluid h2 {
    font-size: 1.6em;
}
div.container-fluid p {
    font-size: 1.0em;
}
div.container-fluid table tbody tr td {
    font-size: 1.0em;
}
div.container-fluid hr {
    margin: 10px 0;
}

div#pdf_link, a#pdf_link {
    display: none;
}

div.exam_paper_stickers .top_sticker {
    width:  180mm;
    height: 128.5mm;
    margin-bottom: 1cm;
    /*border: 1px solid;*/
}
div.exam_paper_stickers .bottom_sticker {
    width:  180mm;
    height: 128.5mm;
    /*border: 1px solid;*/
}
div.exam_paper_stickers table tbody tr td {
    border: 0;
    font-family: arial;
    font-size: 0.4cm;
}
div.exam_paper_stickers  {
    margin-top: 5mm;
    margin-bottom: 10mm;
    margin-left: 10mm;
    margin-right: 10mm;
}
div.exam_paper_stickers h1 {
    font-family: Verdana;
    font-size: 12pt;
    text-align: center;
}

div#packing_labels_left_top {
  float: left;
  width: 125mm;
  height: 80mm;
  /*border-style: dotted; border-width: 1px;*/
}
div#packing_labels_right_top {
  float: right;
  width: 125mm;
  height: 80mm;
  /*border-style: dotted; border-width: 1px;*/
}
div#packing_labels_left_bottom {
  float: left;
  width: 125mm;
  height: 80mm;
  margin-top: 2.5cm;
  /*border-style: dotted; border-width: 1px;*/
}
div#packing_labels_right_bottom {
   float: right;
   width: 125mm;
   height: 80mm;
   margin-top: 2.5cm;
   /*border-style: dotted; border-width: 1px;*/
}

div.dummy_div {
    margin-top: 5mm;
}

div.dummy_div_first_page {
    margin-top: -5mm;
}
table.gridtable {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    background-color: rgb(240, 240, 240);
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    background-color: #ffffff;
}


/* Page Breaks */
.pb_before { page-break-before:always !important; }
.pb_after  { page-break-after:always !important; }
.pbi_avoid { page-break-inside:avoid !important; }
