.CF-editbutton a,.field-editbutton a {
	font-size: 1em;
	color: rgba(109,233,109,1);
}
/*
.CF-editbutton div {
	width: 16px;
	height: 16px;
}
*/
.ajax-edit {
	top: 18px;
	background-color: #ffffff;
	border-radius:12px;
	border-width:2px;
	border-style: groove;
}

#details-tabs .edit-button, .edit-button {
	background: url(/static/images/page-edit.png) no-repeat;
	background-size: contain;
}

#ticket-display-top .edit-button, .edit-button {
	background: url(/static/images/top-edit.png) no-repeat;
	background-size: contain;
	height: 16px;
	width: 16px;
}
.save-button {
	background: url(/static/images/save.png) no-repeat;
	background-size: contain;
	height: 16px;
	width: 16px;
}
.cftable .edit-button {
	background: url(/static/images/edit-table.png) no-repeat;
}
.cffreeform .edit-button {
	background: url(/static/images/edit-freeform.png) no-repeat;
}

.editable__time {
	width: 6em;
}
