#legend .demo{
	display: inline-block;
	padding: 0 6px;
	border-left: 3px solid transparent;
	color: #95a5a6;
}
#legend .demo-active{
	color: #fff;
	border-left-color: var(--sd-emerald);
}
#legend .demo-selected{
	background: rgba(26, 188, 156, 0.35);
	color: #ecf0f1;
}

#legend .lg-note{
	margin: 0 0 8px 0;
	padding: 4px 0 4px 10px;
	border-left: 3px solid var(--sd-amethyst);
	color: #ecf0f1;
}
#legend .lg-note em{
	color: #fff;
	font-style: normal;
	font-weight: 600;
}

#selection{
	margin: 0;
	clear: left;
	float: left;
	min-width: 320px;
	min-height: 20px;
	max-width: 680px;
	word-wrap: break-word;
	cursor: pointer;
}
#selection p{
	padding: 0;
	margin: 0;
}

#composers{
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	word-wrap: break-word;

	background: var(--sd-asphalt);
	color: #95a5a6;

	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	min-width: 600px;
	min-height: 24px;
	max-width: 1150px;
}
#composers li{
	padding: 1px 6px;
	border-left: 3px solid transparent;
	cursor: pointer;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
#composers li:not(.masked):hover{
	background: rgba(255, 255, 255, 0.14);
}
#composers li.active{
	color: #fff;
	text-decoration: none;
	border-left-color: var(--sd-emerald);
}
#composers li.selected{
	background: rgba(26, 188, 156, 0.35);
	color: #ecf0f1;
}
#composers li.active.selected{
	color: #fff;
}
#composers li.masked{
	cursor: default;
	letter-spacing: 0.04em;
}
#ctrl_bar #info p:empty{
	display: none;
}
#content{ position: relative; }
#workPanel{
	position: absolute;
	box-sizing: border-box;
	min-width: 220px;
	max-width: 440px;
}
#composerBox{
	background: orange;
	padding: 5px 10px;
	word-wrap: break-word;
	cursor: default;
}
#composerBox p{
	padding: 0;
	margin: 0;
}
#isniColumn{
	box-sizing: border-box;
	width: 100%;
}
#isniColumn .isni-box.open{
	margin: 8px 0;
}
#titles{
	box-sizing: border-box;
	word-wrap: break-word;
	min-width: 220px;
	min-height: 20px;
	margin: 0;
}
#titles li{
	list-style: none;
	padding: 2px 6px;
	color: #ecf0f1;
}
#titles li.t-a{ background: #9b59b6; }
#titles li.t-b{ background: #8145a0; }
#composers:empty,
#composerBox:empty,
#titles:empty{
	display: none;
}
#ctrl_bar #view[data-disabled]{
	opacity: 0.45;
}
#ctrl_bar #view[data-disabled] li{
	cursor: default;
	pointer-events: none;
}
#legend .lg-cols > div{
	flex: 0 1 calc((100% - 48px) / 3);
	min-width: 0;
}
@media (max-width: 1100px){
	#legend .lg-cols > div{ flex: 1 1 300px; }
}
