/*
body {
	background: red;
	margin: 0;
	padding: 0;
}

#header {
	border: none;
	position: static;
	width: 100%;
}
#header h1 {
	border: none;
}
#menu {
	display: none;
}
#content {
	background: palegreen;
	border: none;
	margin: 0;
	padding: 0;
	width: 172.5mm !important;
}
.text-container {
	border: none;
	position: static;
	text-align: left;
	width: 172.5mm !important;
}
#slider {
	width: 172.5mm !important;
}
.stripViewer {
	padding: 0;
	margin: 0;
	overflow: visible;
	position: static !important;
	text-align: left !important;
	height: auto !important;
	width: 172.5mm !important;
}
.stripViewer ul {
	background: white;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	position: static !important;
	width: 172.5mm !important;
}
.stripViewer ul li {
	float: left !important;
	margin-top: 0;
	margin-right: 2.5mm;
	margin-bottom: 2.5mm;
	margin: left;
	padding: 0;
	overflow: visible !important;
	width: 55.5mm !important;
}
.stripViewer ul li img {
	background: white;
	border-color: grey;
	border-style: solid;
	border-width: 0.25mm;
	width: 50mm !important;
	padding: 2.5mm;
	margin: 0;
	overflow: hidden;
}
.stripTransmitter {
	display: none;
}*/