@page 
{
	size: auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}

#master_komentar_druzina {
	width: 195mm;
        box-sizing: border-box;
}

div.item.high {
	height: 50px;
}

div.header,
div#userBar{
	display: none !important;
}

body {
	width: 195mm !important;
}

textarea {
	border: none;
}

div#polje_tabela_kontakt_info_resend {
	display: none !important;
}

input[type=button],
input[type=submit] {
	display: none !important;
}

.noprint {
	display: none !important;
}