﻿	.editable-container.editable-inline {
		width: 100%;
	}

		.editable-container.editable-inline .control-group {
			display: table;
			border-collapse: separate;
			border-spacing: 1px;
			width: 100%;
		}

			.editable-container.editable-inline .control-group .editable-input {
				display: table-cell;
				width: 100%;
			}

				.editable-container.editable-inline .control-group .editable-input .form-control {
					width: 100%;
				}

			.editable-container.editable-inline .control-group .editable-buttons {
				display: table-cell;
			}

	.proeprty-group-container, .property-group-label, .property-row, .property-label, .property-label-wrapper, .propert-value-wrapper {
		padding: 0;
	}

	.activeThing {
		width: 1px;
	}

	.propery-group-container .property-group::before {
		display: inline-block;
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0.75em;
		left: 2px;
		border: 1px dotted #67B2DD;
		border-width: 0 0 0 1px;
	}
	.property-row::before {
		display: inline-block;
		content: "";
		position: absolute;
		top: 0.75em;
		left: -13px;
		width: 10px;
		height: 0;
		border-top: 1px dotted #67B2DD;
		z-index: 1;
	}
