body {
	background: none;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
}
.footer_container, .wprm-wrapper, #cookie-law-info-bar {
	display: none !important;
}
.top_header {
	display: none;
}
.header_item, .btn {
	display: none !important;
}
.header {
	text-align: left;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #515355;
}
.content, .col4_2wide, .col4_4wide {
    width: 100% !important;
	 max-width: 100% !important;
}
#printonly {display: block;}
table {
	margin-bottom: 10px;
	border: none !important;
	border-collapse: collapse;
	width: 100%;
 text-align: center;
	font-size: 12px;
}
td {
    padding: 5px;
}

tr:nth-child(odd) {
    background-color: #e6e7e9 !important;
}
tr:nth-child(even) {
    background-color: white !important;
}
th {
    background-color: #949598 !important;
    color: white;
    vertical-align: baseline;
    padding: 5px 10px;
    text-align: center;
}