<style type="text/css">
/* $VER: styles.css v1.0 13-Mar-2024 */
/* Set up page breaks, for better print appearance.
	Credit to David Walsh
	https://davidwalsh.name/css-page-breaks */
/*	 12-Jun-2020: This makes a box appear around the top logo,
						don't know why.	 (DTM)
	@media all {
		.page-break {display: none; }
	}
*/
	
/*	 12-Jun-2020: This makes a box appear around the top logo,
						don't know why.	 (DTM)
	@media print {
		.page-break {display: block; page-break-before: always; }
	}
*/

/*	 12-Jun-2020: This makes a box appear around the top logo,
						don't know why.	 (DTM)
	body {
		font-size: 100%;
		font-family: "Arial",Helvetica,sans-serif;
		line-height: normal;
		text-align: left;
	}
*/
	
	/* Clearfix hack for clearing floats. */
	.clearfix::after {
		 content: "";
		 clear: both;
		 display: table;
	}
	
	@media all {
		.website-body-tablebox {
			overflow-x: auto;
			overflow-y: auto;
			/* height: 99vh; */
		}
	}
	
	@media print {
		.website-body-tablebox {
			overflow-x: visible;
		}
	}
		
	tfoot {
		text-align: center;
	}
	
	.contacts-table {
		margin: 0 auto;
		white-space: nowrap;
		border: 1px solid #cccccc;
		border-collapse: collapse;
	}
	
	.contacts-table-logo {
		padding: 0.0em;
		border: 1px solid #cccccc;
		text-align: center;
	}
	
	.contacts-table-img {
		width: 15vw;
	}
	
	.contacts-table-data {
		padding: 0.5em;
		border: 1px solid #cccccc;
		text-align: left;
	}
	
	.contacts-table-name {
		font-weight: bold;
	}
	
	.for-sale-table {
		/* white-space: nowrap; */
		border: 1px solid black;
		border-collapse: collapse;
	}
	
	.for-sale-colhead {
		/* white-space: nowrap; */
		border: 1px solid black;
		background-color: #00aa00;
		position: sticky; /* Make table head sticky */
		top: 0px; /* Table head placed from top of table & sticks to it */
	}
	
	.for-sale-type {
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.for-sale-mfr {
		white-space: nowrap;
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.for-sale-modelserial {
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.for-sale-desc {
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.for-sale-data {
		white-space: nowrap;
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.for-sale-img150 img {
		border: 0px;
		width: 150px;
	}
	
	.for-sale-img400 img {
		border: 0px;
		width: 400px;
	}
	
	.manuals-table {
		white-space: nowrap;
		border: thin black solid;
		border-collapse: collapse;
		margin: 0.5em;
		font-size: 80%;
	}
	
	.manuals-table-colhead {
		border: 1px solid black;
		background-color: #00aa00;
		position: sticky; /* Make table head sticky */
		top: 0px; /* Table head placed from top of table & sticks to it */
	}
	
	.manuals-table-rowhead {
		border: 1px solid black;
		background-color: #cccccc;
		position: sticky; /* Make table head sticky */
		left: 0px; /* Table head placed from top of table & sticks to it */
	}
	
	.manuals-table-data {
		padding: 0.5em;
		border: 1px solid black;
		vertical-align: top;
	}
	
	.manuals-table-nodata {
		border: 1px solid black;
		background-color: #cccccc;
	}
	
	.specs-body {
		font-family: Arial,Helvetica,sans-serif;
		background-color: white;
		color: black;
	}
	
	.specs-iframe {
		border: none;
		width: 83vw;
		height: 45em;
	}
	
	.shaver-specs-table {
		white-space: nowrap;
		border: 1px solid black;
		border-collapse: collapse;
	}
	
	.shaver-specs-colhead {
		border: 1px solid black;
		background-color: #00aa00;
	}
	
	.shaver-specs-rowhead {
		border: 1px solid black;
		background-color: #cccccc;
	}
	
	.shaver-specs-data {
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.video-thumb img {
		width: 25vw;
	}
	
	div.container-left {
		float: left;
		padding-right: 1.0em;
		width: 33%;
		text-align: center;
	}
	
	div.container-right {
		float: right;
		padding: 1.0em;
		width: 50%;
		border: thin silver solid;
		text-align: center; /* Maybe we can leave these in div.container-x? */
		font-style: italic;
		font-size: smaller;
		text-indent: 0;
	}
	
	div.figure {
		border: thin silver solid;
		margin: 0.25em;
		padding: 0.25em;
		text-align: center; /* Maybe we can leave these in div.figure-container-x? */
		font-style: italic;
		font-size: smaller;
		text-indent: 0;
	}
	
	div.video-container-full {
		border: thin silver solid;
		margin: 0 auto; /* because we can't do float: center; */
		padding: 1.0em;
		width: 50%;
		text-align: center; /* Maybe we can leave these in div.video-container-x? */
		font-style: italic;
		font-size: smaller;
		text-indent: 0;
	}
	
	video {
		/* Override other styles to make responsive */
		width: 100%;
		height: auto;
	}
	
	figcaption {
		padding: 0.5em;
		text-align: center;
		font-style: italic;
		font-size: smaller;
	}
	
	.website-header {
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		color: white;
		width: 100%
		background-color: white;
	}
	
	.website-header img {
		border: 0px; width: 50%;
	}
	
	.website-hmenu {
		border: 1px solid black;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: bold;
		font-size: 0.9em;
		text-align: center;
		line-height: 2.5em;
		height: 2.5em;
		background-color: #cccccc;
	}
	
	.website-hmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.website-hmenu li {
		border-right: 1px solid black;
		color: white;
		background-color: black;
		float: left;
		width: 14%;
	}
	
	.website-hmenu a {
		color: white;
		display: block;
		text-decoration: none;
		background-color: #006600;
	}
	
	.website-hmenu a:hover {
		background-color: #333333;
	}
	
	.website-content {
		border-left: 1px solid black;
		border-right: 1px solid black;
		background-color: #cccccc;
	}
	
	.website-col-menu {
		float: left;
		width: 14%;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: bold;
		font-size: 0.9em;
		text-align: center;
		/* height: 2.5em; */
		/* white-space: nowrap; */
	}
	
	.website-col-menu ul {
		margin: 0;
		padding: 0;
		line-height: 2.5em;
		list-style-type: none;
	}
	
	.website-col-menu li {
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		line-height: 2.5em;
		/* height: 2.5em; */
		color: white;
		background-color: black;
		float: left;
		width: 100%;
	}
	
	.website-col-menu a {
		color: white;
		display: block;
		text-decoration: none;
		background-color: #006600;
	}
	
	.website-col-menu a:hover {
		background-color: #333333;
	}
	
	.website-col-menu img {
		max-width: 80%;
	}
	
	.website-body {
		border-left: 1px solid black;
		padding: 10px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: white;
		color: black;
		margin-left: 14%;
	}
	
	.website-body h1 {
		font-size: 140%;
	}
	
	.website-body-img-ctr {
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.website-body-fig-fltrt-40 {
		width: 40%;
		margin-top: 0;
		padding-top: 0;
		float: right;
		text-align: center;
	}
	
	.website-body-fig-fltrt-20 {
		width: 20%;
		margin-top: 0;
		padding-top: 0;
		float: right;
		text-align: center;
	}
	
	.website-body-fig-fltrt-40 img {
		width: 100%;
	}
	
	.website-body-fig-fltrt-15 img {
		width: 100%;
	}
	
	.website-video-table {
		border: 0px;
		text-align: center;
	}
	
	.website-video-table th, td {
		width: 25vw;
		border: 0px;
	}
	
	.website-video-table th {
		background-color: #cccccc;
	}
	
	.website-btm-container {
		text-align: center;
	}
	
	.website-btm-leftbox {
		display: inline-block;
		width: 12.5%;
	}
	
	.website-btm-leftbox img {
		vertical-align: bottom;
		width: 100%;
	}
	
	.website-btm-middlebox {
		display: inline-block;
		width: 70%;
	}
	
	.website-btm-rightbox {
		display: inline-block;
		width: 12.5%;
	}
	
	.website-btm-rightbox img {
		vertical-align: bottom;
		width: 100%;
	}
	
	.website-footer {
		border: 1px solid black;
		background-color: black;
		color: white;
		clear: both;
	}
	
	.youtube-embed-4x3 {
		position: relative;
		padding-bottom: 75%; /* - 4:3 aspect ratio */
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.youtube-embed-4x3 iframe,
	.youtube-embed-4x3 object,
	.youtube-embed-4x3 embed {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.youtube-embed-16x9 {
		position: relative;
		padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.youtube-embed-16x9 iframe,
	.youtube-embed-16x9 object,
	.youtube-embed-16x9 embed {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.youtube-embed-16x10 {
		position: relative;
		padding-bottom: 62.5%; /* - 16:10 aspect ratio */
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.youtube-embed-16x10 iframe,
	.youtube-embed-16x10 object,
	.youtube-embed-16x10 embed {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
</style>
