.list-group-item.active {
  background: #872e26;
  border: none;
}

.list-group-item {
	text-decoration: none;
}

.list-group-item.active .editable-click {
	color: white;
}

.list-group-item .editable-wrap {
	white-space: normal;
	width: 100%;
}

.list-group-item .editable-wrap * {
	max-width: 100%;
}