.duu-form > div {
	position: relative;
	overflow: auto;
	white-space: nowrap;
}
.duu-table {
	border-spacing: 0;
	border-radius: 0;
	table-layout: auto;
	padding: 0;
	margin: 0;
	width: calc(100% - 1px);
	clear: both;
	box-sizing: content-box;
	border-spacing: 0;
	background: none !important;
}
textarea.duudle {
	background-color: transparent !important;
}
.duu-table th, .duu-table td {
	border-style: solid;
	border-width: 1px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	min-width: 50px;
	background-color: white;
}
.duu-table th {
	text-align: left;
}
.duu-table .duu-choosen {
	background-color: rgba(0, 117, 255, 0.5) !important;
	color: white !important;
}
.duu-table .fixed {
	position: -webkit-sticky;
	position: sticky;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	left: 1px;
}
.duu-table td > input[type="text"] {
	-webkit-appearance: none;
	padding: 8px 6px;
	outline: none;
	color: white;
	margin: 0px 0px 1px 0px !important;
	width: 100%;
	display: block;
	background: #fff !important;
	border-radius: 0px;
}
.duu-table td > input[type='checkbox'], .duu-table td > input[type='radio'] {
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 5px;
	border: 2px solid #555;
}
.duu-form > input[type='submit'] {
	margin-top: 10px;
}