ul.ol-table {
	margin: 0;
	padding: 0;
}

.ol-table li {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	
	border: 1px solid #ebebeb;
	border-bottom: 0;
	background-color: #f9f9f9;
	
	line-height: 40px;
	vertical-align: middle;
	
	display: block;
	
	position: relative;
}

.ol-table li .opener {
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	padding: 0;
	
	border-right: 1px solid #ebebeb;
	
	padding-top: 0px;
	padding-left: 0px;
}

.ol-table li .opener:hover {
	background-color: #f2f2f2;	
	cursor: pointer;
}

.ol-table li .opener img {
	position: absolute;
	top: 4px;
	left: 4px;	
}

.ol-table li span {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.ol-table li .title {
	display: inline-block;
	height: 32px;
	margin-left: 54px;
}

.ol-table li .enabled {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	width: 24px;
	
	padding: 0;
	margin: 0;
	
	margin-top: 4px;
	
	position: absolute;
	top: 4px;
	right: 48px;
}

.ol-table li .enabled img {
	margin-top: 4px;
	border: 0;
}

.ol-table li .handle {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 40px;
	height: 40px;
	
	border-left: 1px solid #ebebeb;
}

.ol-table li .handle:hover {
	background-color: #f9f9f9;
	cursor: move;	
}

.ol-table li .handle img {
	position: absolute;
	top: 12px;
	right: 12px;
	
	width: 16px;
	height: 16px;	
}

.ol-table li:last-child {
	border-bottom: 1px solid #ddd;
}

.ol-table li:hover {
	background-color: #f0f0f0;	
}

.ol-table li:active {
	background-color: #f5f5f5;
}

.ol-table li .identifier {
	display: none;	
}

.ol-table li .editor {
	border-top: 1px solid #ebebeb;
	background-color: #fff;
	
	padding: 10px;
	
	display: none;
}

.ol-table li .editor .editor-title {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin-right: 20px;
}

.ol-table li .editor input[type="text"] {
	width: 460px;
}

.ol-table li .editor .save-warning {
	margin-left: 40px;
	opacity: 0.0;
}

.ol-table li .editor .editor-remove {
	margin-left: 80px;
}

.ol-table li .editor .editor-save {
	margin-left: 10px;
}

.ol-table #add-item {
	margin-left: 40%;
}

#new-popup .close {
	margin: 30px;
	margin-left: 60px;
}

#new-popup .save {
	margin-left: 74px;	
}

.cpt-button {
	margin: 30px;
}