
#questionnaire .postavshik, 
#questionnaire .postavshik_processing ,
#questionnaire .postavshik_raw,
#questionnaire .postavshik_raw_waste,
#questionnaire .postavshik_raw_product,
#questionnaire .oborudmat
{ display: none; }

#questionnaire  legend { font-size: 16px; font-weight: bold;}
#questionnaire  blockquote:after , #questionnaire blockquote:before {
    content: "";
	font-style: normal;
	font-family: "OpenSansLight";
	font-size: 14px;
	
}
blockquote p, blockquote{ width: 600px;}
span.rowadd { cursor: pointer; color: #333}

.stable  {
	margin:0px;padding:0px;
	border:1px solid #DCD7C0;
	
}.stable table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.stable tbody tr:nth-child(odd){ background-color:#e5e5e5; }
.stable tbody tr:nth-child(even)    { background-color:#ffffff; }.stable td{
	vertical-align:middle;
	
	
	border:1px solid #DCD7C0;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#DCD7C0;
}.stable tbody tr:last-child td{
	border-width:0px 1px 0px 0px;
}.stable tbody tr td:last-child{
	border-width:0px 0px 1px 0px;
}.stable tbody tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.stable tbody tr:first-child td{

	background-color:#EEEEEE;
	border:0px solid #DCD7C0;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.stable tbody tr:first-child:hover td{

	background-color:#EEEEEE;
}
.stable tbody tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.stable tbody tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

#questionnaire .required, #questionnaire .requiredsmall, #questionnaire fieldsetfieldset  { border: 1px solid #DCD7C0; }
#questionnaire input[type=text].required { width: 250px; margin: 5px; padding: 5px;}
#questionnaire input[type=text].requiredsmall { width: 30px; padding: 5px;}
#questionnaire textarea.required { width: 600px; height: 200px; margin: 5px; padding: 5px;}