.tableRowDynamicEdit {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.tableRowDynamicEdit_field {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tableRowDynamicEdit_title {
	margin-right: 10px;
}
.tableRowDynamicEdit_field .careButton {
	margin: 5px 0px 5px 10px;
	padding: 2px 10px;
}
.tableRowDynamicEdit_input {
	border-radius: 3px;
	border: 1px solid #cecece;
}
.tableRowDynamicEdit_field textarea {
	width: 250px;
}
.tableRowDynamicEdit_saved {
	color: #489dff;
	font-weight: bold;
	display: none;
	margin-left: 10px;
}
