.generated-table {
  width: 100%;
  border-collapse: separate;
}

.generated-table td:first-child {
  /*color: #fff;*/
  text-align: left;
}
.generated-table td:last-child {
  width: 70%;
}
.generated-table td:last-child input[type=text] {
  height: 35px;
}
.generated-table td:last-child select {
  height: 35px;
  padding-top: 3px;
}

/*.generated-table td select {
  -webkit-appearance: menulist;
}*/

.generated-table + div {
  margin-top: 20px;
}

/*.generated-table + div > input[type=submit].btn.btn--primary.type--uppercase {
  color: #e1a01c;
}*/

.fileinput {
	width: 100%;
	-webkit-appearance: none;
	background: #fcfcfc;
	padding: 0.46428571em;
	border-radius: 6px;
	border: 1px solid #ececec;
	line-height: 24px;
	padding-left: 0.92857143em;
	cursor: pointer;
	position: relative;
}
.fileinput input[type=file] {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	padding: 0;
	top: 100%;
	left: 0;
	font-size: 0.1px;
}
.fileinput input[type=file] ~ span {
	font-size: 16px;
}
.fileinput input[type=file] ~ span:empty {
	opacity: 0.55;
}
.fileinput input[type=file] ~ span:empty:before {
	content: 'Выберите файл';
}
.fileinput input[type=file][multiple] ~ span:empty:before {
	content: 'Выберите файлы';
}
