.adm-input-code {
	font.size: 10pt;
}

.adm-input-history-line {
	font-family: monospace;
	font-size: 10pt;
	color: black;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	margin-bottom: 10px;
}

.adm-name {
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #117fe5;
	background-color: white;
}

.adm-definitions {
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #117fe5;
	background-color: white;
}

.adm-actions {
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #117fe5;
	background-color: white;
}

.entitylist-element {
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 2px;
	font-size: 8pt;
	white-space: nowrap;
}

.instance-list {
	min-height: 400px;
	min-width: 100%;
}
