@page {
	size: 210mm 297mm;
	margin: 10mm 10mm 10mm 10mm;
}

body {
	background: none !important;
}

.print-only {
	display: block !important;
}
span.print-only {
	display: inline !important;
}

#navbar,
#submenu,
#header div.staff-user span,
#header div.staff-user a,
#content div.search_block,
#content div.left_content,
input[type="submit"],
.no-print {
	display: none !important;
}

#content {
	padding: 10px 0;
}
#content .main_content {
	margin: 0 !important;
	min-height: 0;
}


#header div.staff-user {
	background: none;
	color: #333;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 0;
}

#wrapper {
	box-shadow: none;
	max-width: none;
	min-width: 0;
	margin: 0;
}

#footer {
	font-size: 11px;
	padding: 12px 0 0 0;
	background: none;
}


.custom_fields_table .custom_fields_table_entry strong.value {
	background: none;
	border: 1px solid #DDD;
}
.ticket_information .ticket_details_block {
	background: none;
	color: #444;
	display: table-cell;
	border: 1px solid #DDD;
	padding: 10px;
}


.ticket_conversation {
	width: 100%;
	width: calc(100% - 2px);
}
.ticket_conversation .ticket_user {
	width: 180px;
	border-right-width: 3px;
	font-size: 20px;
}

.ticket_conversation .ticket_user .ticket_icons {
	border: none
}
.ticket_conversation .ticket_message {
	max-width: none;
}