body
{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
}
h2
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	line-height:normal;
	color:#199100;
}
h3
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
	font-size:17px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
	color:#199100;
}
h4
{
	margin-top:0.25em;
	margin-bottom:0.25em;
	color:#0066b3;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
} 
h5, h6
{
	margin-top:0.25em;
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
/*Information block*/
.information-block
{
	margin-bottom:10px;
}

.information-block-head
{
	color:#199100;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
	padding:0;
}

.information-block-body
{
	
}
table.parameters-table
{
	width:100%;
	border-collapse:collapse;
}
table.parameters-table, table.parameters-table td
{
	border:1px solid #199100;
}
table.parameters-table thead td, table.parameters-table th
{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border:1px solid #199100;
	background-color:#199100;
}
.table-cell-light, table.parameters-table tr.table-cell-light td
{
	background-color:#d5ffcc;
}
.table-cell-dark, table.parameters-table tr.table-cell-dark td
{
	background-color:#a9e59c;
}
.optimobile{}
@media screen and (max-width:991px)
{
	table.parameters-table td, table.parameters-table thead td, table.parameters-table th
	{
		word-wrap:break-word;
		word-break:break-all;
	}
}