.section_select_row {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #333333;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
	color: #ffffff;
	padding: 10px;
}
.section_select_row.active {
	background: #A33E44;
}
.form-item-event-section textarea {
	display: none !important;
}
.section_select {
	margin-top: 20px;
}
form .tabledrag-handle {
	display: none;
}
form .form-item-inf-ob-ruk tr td:nth-child(1),
form .form-item-inf-ob-ruk tr th:nth-child(1),
form .form-item-inf-ob-uch tr td:nth-child(1),
form .form-item-inf-ob-uch tr th:nth-child(1) {
	display: none;
}
form .webform-multiple-add {
	display: none;
}
form .webform-multiple-table--operations input {
	width: auto !important;
}
form .form-type-webform-custom-composite .form-item {
	margin-bottom: 0 !important;
}
form textarea {
	width: 100% !important;
    box-shadow: none !important;
    border: solid 2px #c1c1c1 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    height: auto !important;
    color: #333333 !important;
    outline: none !important;
    padding: 12px !important;
    font-weight: 400 !important;
}