.table-key-value > tbody > tr:first-child > th,
.table-key-value > tbody > tr:first-child > td{
	border-top: none;
}
.table-key-value th{
	 width: 100px;
 }
.table-key-value td{
	width: 300px;
}

.list-remove-link{
	font-size: inherit;
	color: gray;
}
.list-remove-link > *{
	color: inherit;
	font-size: inherit;
}
input.as-text{
	/*background: none;*/
	display: inline;
	border:none;
	color:inherit;
}
.success-element .form-group:last-child{
	margin-bottom:0;
}
.list-item-close{
	position: absolute;
	top:10px;
	left:10px;
}
.success-element{
	position: relative;
}
.entity-list{
	margin-top:20px;
}

textarea[name='actionDSC']{
	resize: vertical;
}
.columned ul{
	padding-left:0;
}