
comGraphicsGallery.ansc-view-index img.Locked {
	height: 20px;
	margin-right:10px;
	box-shadow: 0px 0px 2px 1px #B0B0B0;
	padding: 0px 2px;
	background: #F0F0F0;
}
comGraphicsGallery .grid-display {
	display:grid;
	grid-template-columns: 8em auto;
}
comGraphicsGallery .grid-seperator {
	grid-column: span 2;
}
