a
{	transition: background-color 0.5s;
}

a.more
{	position: absolute;
	bottom: 1em;
	right: 1em;
}

a:hover
{	background-color: #CBDBF9;
	transition: background-color 0.2s;
}

body
{	font-family: sans-serif;
}

details[open] 
{	background-color: #EBEBEB;
	border-radius: 1em;
	border-style: outset;
	border-width: 3px;
	border-color: #EBEBEB;
	box-shadow: 10px 10px 5px #EBEBEB;
	max-width: 25em;
	padding: 1em;
	position: fixed;
	z-index: 1;
}

details[open] summary 
{	font-size: xx-large;
	font-weight: bold;
}

div.product
{	width: 16em;
	background-color: #EBEBEB;
	border-radius: 1em;
	float: left;
	height: 14em;
	padding: 1em;
	position: relative;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

div.product img
{	float: right;
	margin-left: 1em;
}

h2
{	clear: both;
}

iframe
{	width: 100%;
	height: 220px;
	border: none;
}

img
{	max-width: 100%;
}

nav
{	background-color: #EBEBEB;
	margin-bottom: 2em;
	min-height: 3em;
	padding-top: 2em;
}

nav a
{	border-style: outset;
	border-width: 3px;
	border-color: #EBEBEB;
	border-radius: 0.5em;
	padding: 1em;
	text-decoration: none;
}

nav a:hover
{	border-style: inset;
}

nav span.selected
{	background-color: #DADADA;	
	border-style: inset;
	border-width: 3px;
	border-color: silver;
	border-radius: 0.5em;
	padding: 1em;
	position: relative;
	top: 2px;
}

details
{	background-color: #EBEBEB;
}

summary
{	color: blue;
	text-decoration: underline;
}

summary:hover
{	cursor: pointer;
}

td.prompt
{	background-color: #EBEBEB;
	text-align: right;
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}

video
{	max-width: 100%;
	max-height: 100%;
}
