	#data {
		width:auto;
		display: table;
		table-layout: fixed;
	}
	
	#data-row {
		width:auto;
		display: table-row;
	
	}
	
	#data-left {
		width: 100% !important;
		line-height:150%;
		vertical-align: top;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	#data-right {
		width: 100% !important;
		line-height:150%;
		vertical-align: top;
		display: inline-block;
		
	}
	
.fieldtbl
	{
		width: 100%;
		display:table;
		table-layout: fixed;
	}
	
	.fieldcontainer
	{
		width: 100%;
		display:table-row;
	}
	
	.leftfield
	{
		background-color:#fafafa;
		border:1px solid #bcbcbc;
		margin: 0px;
		padding:0px !important;
		width: 100%  !important;
		display:inline-block;
		vertical-align: top;
		font-size:12px;
		margin-bottom:60px;
	}
	
	.rightfield
	{
		background-color:#fefefe;
		border:1px solid #bcbcbc;
		width:100% !important;
		margin: 0px;
		padding:0px !important;
		display:inline-block;
		font-size:15px;
	}
	
	#data-right img {
		width: 95%;
	}
	
	.fluid-width-video-wrapper {
		max-width: 70%;
		max-height:auto;
		margin:1%;
		padding: 2px;
	}
	
	body {
		font-size: 15px;
		margin: 0;
		padding: 1px 0;
		text-rendering: optimizelegibility;
	}
	
	#wrap {
		padding: 0 20px;
		min-width: 480px;
		overflow:hidden;
	}
	
	pre {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;
	}
	
	.nav-arrow {
		width:19px;
		vertical-align: text-top !important;
	}
	
	.nav-btns {
		width:15px;
		padding-top:2px;
		vertical-align: text-top !important;
	}