.dropAndDrap {
  font-family: Georgia, Helvetica;
  font-size: 17px;
  color: #ecf0f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 760px;
}

/*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
.dropAndDrap > div,
.gu-mirror {
  margin: 2px;
  padding: 8px;
  transition: opacity 0.4s ease-in-out;
}
.dropAndDrap > div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.column {
  float: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
}

.text-column {
	margin-left:20px;
	width: 100%;
}

.part-column {
	margin-left:10px;
	width: 100%;
	margin-right: 10px;
}

.path-column {
	font-size: 12px;
	margin-top: 2px;
}

.line.part {
	color: #666666;
	background-color: rgba(0, 0, 0, 0.17);
}

.line.pdf {
	color: #222222;
	background-color: rgba(0, 0, 0, 0.02);
}

.line:focus {
	background-color: rgba(0, 122, 0, 0.02);
}

span {
	width: 100%;
}

input {
	width: 100%;
}