/*
@font-face {
	font-family: Charis SIL;
	src: url(fonts/CharisSILR.ttf);
	-fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: Identity-H;
}
@font-face {
	font-family: Charis SIL;
	font-weight: bold;
	src: url(fonts/CharisSILB.ttf);
	-fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: Identity-H;
}
@font-face {
	font-family: Charis SIL;
	font-style: italic;
	src: url(fonts/CharisSILI.ttf);
	-fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: Identity-H;
}
@font-face {
	font-family: Charis SIL;
	font-style: italic;
	font-weight: bold;
	src: url(fonts/CharisSILBI.ttf);
	-fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: Identity-H;
}
*, body, body * {
	font-family: Charis SIL, serif !important;
}*/
@font-face {
	font-family: DejaVu Serif;
	src: url('/ikr/ubr/fonts/DejaVuSerif.ttf');
	-fs-pdf-font-embed: embed;
	-fs-pdf-font-encoding: Identity-H;
}

@font-face {
	font-family: DejaVu Serif;
	font-weight: bold;
	src: url('/ikr/ubr/fonts/DejaVuSerif-Bold.ttf');
	-fs-pdf-font-embed: embed;
	-fs-pdf-font-encoding: Identity-H;
}

@font-face {
	font-family: DejaVu Serif;
	font-style: italic;
	src: url('/ikr/ubr/fonts/DejaVuSerif-Italic.ttf');
	-fs-pdf-font-embed: embed;
	-fs-pdf-font-encoding: Identity-H;
}

@font-face {
	font-family: DejaVu Serif;
	font-style: italic;
	font-weight: bold;
	src: url('/ikr/ubr/fonts/DejaVuSerif-BoldItalic.ttf');
	-fs-pdf-font-embed: embed;
	-fs-pdf-font-encoding: Identity-H;
}

*,body,body * {
	font-family: DejaVu Serif, serif !important;
}

body .ubrUrlap {
	font-size: 10px;
}

.ubrUrlap {
	width: 690px;
}

.cim {
	page-break-inside: avoid;
}

.replacedCheckbox {
	margin-top: 1px;
}

.ubrMenu {
	display: none;
}
.printedUrlap {
	page-break-before: always;
	clear: both;
	float: left;
}
.printedUrlap.first {
	page-break-before: avoid;
}