.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);
}
fieldset:not(:last-child) {
	padding-right: 30px;
}


.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"], 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, .rounded-thumb {
	min-width: 150px;
	margin: 0px auto;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
	position: relative;
}
.rounded-thumb { 
     min-width: 100px;   
}
.rounded-thumb  h5 { 
     padding-top: 10px;  
    white-space: nowrap;
}
.fieldset-item-image, .rounded-thumb {
	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, a .rounded-thumb:hover, a.rounded-thumb:hover, .rounded-thumb.selected  { 
	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), .rounded-thumb > *:not(.square) {
	position: absolute;
	left: 0px;
	right: 0px;
	top:calc(100% - 5px);
	color:#E8E8D9;
}
table th {
	white-space: nowrap;
		line-height: 25px;
}
table th, table td[colspan] {
	/*font-size:10px;

	vertical-align: top;

	letter-spacing: 0.5px;*/
}
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);
}



h2 {
	color:#D0C2B6;
}
h2 + h1 {
	margin-top: 10px;
}