ul.dataSourceTree, ul.dataSourceTree > li > ul {
	list-style-type: none;
	font-weight: bold;
}

ul.dataSourceTree > li > img {
	height: auto;
	width: 24px;
}

ul.dataSourceTree > li > ul > li {
	padding: 5px;
	font-weight: normal;
}

ul.dataSourceTree > li > ul > li:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

ul.dataSourceTree > li > ul > li[data-selected=selected] {
	background-color: #DEEBF7;
}

div.dataSource {
	background-color: #DEEBF7;
	border: 1px #0070C0 solid;
	cursor: pointer;
	display: grid;
	grid-template-columns: max-content auto;
	margin-bottom: 5px;
}

div.dataSource[data-selected=selected] {
	background-color: #75AFFF;
	color: #FFFFFF;
}

div.dataSource > div {
	align-items: center;
	padding: 5px;
}

div.dataSource > div > img {
	height: 64px;
	width: auto;
}