.osid-link-editor {
	background-color: rgb(44, 70, 109);
    padding: 8px;
}

.osid-link-editor .link-editor-content {
	margin-top: 10px;
	height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.osid-link-editor .link-editor-item {
	display: inline-block;
	width: 48%;
}

.osid-link-editor .link-editor-item input {
	width: 40%;
	margin-right: 22px;
}

.osid-link-editor .osid-name {
	display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 45%;
    overflow-x: hidden;
}