body
{
	font: 14px sans-serif;
}
.navigate
{
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: black;
	color: white;
	margin: 0px;
}
.navigate h2
{
	width: 300px;
	border: 0px solid white;
	font-size: 120%;
	margin: 10px;
	padding: 10px;
	float: left;
	font-weight: bold;
}
.wrapper1
{
	height: auto;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 350px;
	margin: auto;
	padding: 20px;
}
table
{
	display: inline-block;
	margin: 50px;
	margin-top: 80px;
	width: calc( 100% - 100px);
	border: 0px solid green;
	text-overflow: hidden;
}
table tr th
{
	width: 300px;
	display: inline-block;
}
table tr th div.wrapper
{
	height: auto;
	width: 300px;
	margin: auto;
	padding: 20px;
	border: 1px solid green;
}
table tr td
{
	width: calc( 100% - 350px);
}
table tr td div
{
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding : 10px;
	border: 0px solid green;
	vertical-align: top;
	min-height: 500px;
}
