/** Product image brightness **/
#preview-large img {
	filter: brightness( var(--brightness, 1.0) );
}

/** @quickfix center the smaller pages until the new site **/
form {
	width: 780px;
	margin: 0 auto 2rem;
}
form:before,
form:after {
	clear: both;
}
#search-diamond {
	margin: 0 auto;
}
.search-overlay {
	width: auto;
}
.search-overlay > .centered-wrapper {
	width: 820px;
	margin: auto;
}

#buy {
	border-radius: 0;
	border: none;
}

#preview {
	border-bottom: 1px solid #DDD;
}

#delivery {
	text-align: center;
	font-size: 0.9rem;
	/* color: #888; */
	padding: 1rem 0;
	margin: 0 0 1rem;
}



form {
	font-size: 1rem;
	line-height: 1.5rem;
}

dl {
	padding: 0;
	margin: 0;
}
dt {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 0 0 1rem;
}
dd {
	font-size: 0.9rem;
	line-height: 1.5rem;
}
* + dt {
	margin-top: 1rem;
}

select {
	margin: 0;
}

.borderbottom {
	border-bottom: 1px solid #EEE;
}

.search-description-diamond {
	margin-left: 1ch;
}

#description {
	/* text-align: justify; */
	font-size: 0.9rem;
}
#report-icon {
	color: #888;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

#share-buttons {
	font-size: 1rem;
	line-height: 1rem;
	margin: 1rem 0;
}
.share-button {
	margin-right: 1rem;
}


.search-diamonds-title {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
}
.search-diamonds-intro {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin: 0 0 2rem;
}

.search-overlay {
	padding-bottom: 2rem;
}
.fields {
	width: 780px;
	margin: 0 auto;
}
.results-header,
.dataTables_wrapper {
	margin-left: 2rem;
	margin-right: 2rem;
}

