body {
	background-image: none;
	font-size: 70%;
}

.main-nav, 
.search,
.main > section > header,  
.tabs, 
.main > footer, 
.actions,
.button, 
input[type='submit'] {
	display: none;
}

.print-logo {
	display: block;
	float: left;
	margin-right: 20px;
	width: 150px;
}

.print-logo h3 {
	margin: 0;
}

.job-panel {
	width: calc(100% - 180px);
}

.job-panel th {
	font-size: .60rem;
	padding: 5px 5px 0 5px;
}

.job-panel td {
	height: inherit;
	padding: 5px;
}

form > header {
	display: flex;
	overflow: hidden;
}

table, 
.service-checklist {
	break-inside: avoid;
}

th {
	padding: 5px;
}

td.currency, input.currency, input.percentage {
	background-size: 6px;
}

table input {
	padding: 5px;
}

.header-panel th {
	color: #000;
}

.flag {
	background: #000 !important;
	color: #fff !important;
	font-size: .60rem;
}
