.big-block-collection .lst {
	box-shadow: inset -100px -100px 100px 0px #111;
}
.big-block-collection {
	background-color: #160806;
	box-shadow: inset 0px 100px 100px 0px rgba(0,0,0,0.4);
}
.big-block-collection fieldset:not(:last-child) {
	padding-right: 30px;
}
.big-block-collection legend {
	border-bottom: 1px solid #E8E8D9;
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	color: #E8E8D9;

}

.big-block-collection legend > * {
	position: absolute;
	left: 0px;
	right: 0px;
	top:-8px;
}
.big-block-collection legend > * > * {
	background-color: #160806;
	text-align: center;
	display: inline-block;

}
.big-block-collection  .collections-fieldsets, .collection-items {
	display: flex;
	justify-content: center;
	gap:35px;
}
.big-block-collection  .collections-fieldsets > * {
	margin: 0px;

	margin-bottom: auto;
}
.big-block-collection  .small-story p, .small-story {
	font-family:sans-serif;
	font-size: 13.333333px;
	line-height: 1.5;
	color: #E8E8D9;
}

.big-block-collection, div[class*="big-block"][style*="background-image"], .big-block-collection  fieldset { 
	text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.hgrid {
	display: grid;
	grid-template-columns: 50% 50%;


}
.hgrid .square {
	margin: 0px;
	background-color: #111;
	position: relative;
}
.hgrid .square:after {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	content:  ' ';
	background:linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0) 100px)
}
.hgrid * {
	text-align: left;
}
table {
	color:#E8E8D9;
}
th, td {
	padding-bottom: 2px;
}
td[colspan] {
	padding-bottom: 8px;
}
th {
	padding-right: 5px;
}
.fieldset-item {

}
.collection-items {
	padding-top: 30px;
}
.fieldset-item {
	min-width: 150px;
	margin: 0px auto;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
	position: relative;
}
.fieldset-item-image, .form-radio-item-image {
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 0px 5px #334049, inset 0px 0px 4px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(0,0,0,0.5), 0px 0px 0px 6px #D0C2B600;
	transition:0.2s ease all;
}

a:hover .fieldset-item-image, label:hover .form-radio-item-image { 
	box-shadow: 0px 0px 0px 5px #334049, inset 0px 0px 4px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(0,0,0,0.5), 0px 0px 0px 7px #D0C2B6;
}
a.selected .fieldset-item-image, input:checked + label .form-radio-item-image {
	box-shadow: 0px 0px 0px 5px #334049, inset 0px 0px 4px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(0,0,0,0.5), inset 0px 0px 0px 100px rgba(0,0,0,0.5);

	box-shadow: 0px 0px 0px 5px #334049, inset 0px 0px 4px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(0,0,0,0.5), 0px 0px 0px 7px #D0C2B6;
}
.fieldset-item > *:not(.fieldset-item-image) {
	/*position: absolute;
	left: 0px;
	right: 0px;
	bottom: -25px;*/
	color:#E8E8D9;
}
table th {
	white-space: nowrap;
		line-height: 25px;
}

table tr:not(:first-child) td, table tr:not(:first-child) th {
	border-top:1px solid rgba(45,45,45,0);
	padding-top: 7px;
	padding-bottom: 7px;
	transition: 0.5s ease all;
}

table tr.in-display:not(:first-child) td, table tr.in-display:not(:first-child) th {
	border-top:1px solid rgba(45,45,45,1);
}
table tr:not(:first-child) td, table tr:not(:first-child) th , 
table tr.in-display:not(:first-child) td, table tr.in-display:not(:first-child) th {
	border-color:rgba(100,100,100,0.2);
}
