@page {size: 210mm 297mm; margin: 12mm 12mm 12mm 12mm;}

body {font-size: 10PT;-moz-font-feature-settings: "liga" 0}

div#container {width: auto;}

.brand-logo {
	display: inline-block;
}

.details {
	display: inline-block;
}

.text-primary {
	color: #0086c9 !important;
}


.always-new-page {
    page-break-before: always;
}

.keep-in-page {
    page-break-inside: avoid;
}
.boooo:first-child, .boooo:nth-child(2),.boooo:nth-child(3) {
     page-break-before: avoid;
     page-break-after: avoid;
}
.boooo2:last-child, .boooo2:nth-last-child(2) {
    page-break-after:avoid;
    page-break-before: avoid;
}
.boooo3:first-child, .boooo3:nth-child(2),.boooo3:nth-child(3),.boooo3:nth-child(4) {
     page-break-before: avoid;
     page-break-after:avoid;
}
.boooo3:last-child, .boooo3:nth-last-child(2),.boooo3:nth-last-child(3) {
      page-break-after:avoid;
      page-break-before: avoid;
}