/*
=============================================================================
=============================================================================
print.css
=============================================================================
=============================================================================
*/

html, body {
	font-family: arial;
	font-size: 18px;
}

.cookies,
#languageswitch,
#global_nav,
.homepage {
	display: none;
}

img {
	max-width: 50%;
	height: auto;
}

img.print_100 {
	max-width: 100%;
}

img.print_80 {
	max-width: 80%;
}

#container {
	max-width: 95%;
	margin: 25px auto;
}

h2 {
	border-bottom: 1px solid #000;
	margin-top: 40px;
}

.full-view {
	margin: 0;
}

.embed-container {
	width: 100px !important;
}

.break {
	page-break-before: always;
}

table tr {
	vertical-align: top;
	text-align: left;
}
	table p {
		margin: 0 0 10px 0;
	}

	table th {
		padding-right: 20px;
		font-weight: 400;
	}
