table.data-table, table.parameters-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	border:1px solid #ADC3D5;
	font-weight:normal;
}
table.data-table th, table.data-table thead td, table.data-table td, table.parameters-table th, table.parameters-table thead td, table.parameters-table td
{
	border:1px solid #ADC3D5;
	padding:2px;
	vertical-align:middle;
}
table.data-table th, table.data-table thead td, table.parameters-table th, table.parameters-table thead td
{
	text-align:center;
	color:#345695;
	background: #d9dce4;
	background: -moz-linear-gradient(top, #d9dce4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #d9dce4 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #d9dce4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dce4', endColorstr='#ffffff',GradientType=0 );
}
.form-required 
{
	color: red;
}
/* Section headline */
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:bold;
}
h1 {
	font-size:24px;
	color:#345695;
	text-align:center;
	margin:0.75em 0;
}
/* Subheader */
h2 {
	color:#345695;
	font-size:20px;
	text-align:center;
	margin:0.5em 0;
	padding:0px;
}
h3 {
	color:#345695;
	font-size:18px;
	text-align:left;
	margin:0.25em 0;
}
h4 {
	color:#345695;
	font-size:16px;
	text-align:left;
	margin:0.2em 0;
}
h5, h6
{
	font-size:15px;
	text-align:left;
}
table.optimobile{}

@media screen and (max-width:991px)
{
	table.parameters-table td, table.parameters-table thead td, table.parameters-table th,
	table.data-table td, table.data-table th, table.data-table thead td
	{
		word-wrap: break-word;
		word-break: break-all;
	}
	.optimobile td
	{
		width:auto;
		display:block;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.optimobile .data-table td {display:table-cell !important;}
}