/*<meta />*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}

div:first-child
{
	width: 100%;
	white-space: nowrap;
}

[title=Previous],
[title="Main assembly"]
{
	float: left;
}

[title=Next]
{
	float: right;
}

div div
{
	font-size: 14pt;
	font-weight: bold;
	color: #b21b18;
	line-height: 27pt;
	float: left;
	margin-right: 10px;
}

div div a
{
	color: inherit;
	text-decoration: none;
	border: 1px solid black;
	border-radius: 4px;
	padding: 2px;
}

img
{
	margin: 0 10px;
}

p
{
	font-size: 22pt;
	text-align: center;
	margin: 0;
}

div + div
{
	width: 100%;
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
}

embed
{
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

a > path
{
	fill: #2d82dc;
	opacity: 0;
}

a > path:hover
{
	opacity: 0.5;
}
