<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
	display: none;
	}

/* this is already set site-wide */
.wrapper {
	/*margin: 0 auto;*/
	}

.sale_result {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	}

/*.result_page_view h2.title {
    border: none;
    margin-top: 2em;
    text-align: center;
    font-size: 130%;
	}	*/


/* bidder info page */
.bidders_page_view h2.title, .result_page_view h2.title {
	text-align: center;
	clear: both;
	}


/* make the reports a little more dynamic with tabs */
#allAuctionsTabContents .bid_total,
#allAuctionsTabContents .bid_label,
#allAuctionsTabContents .buy_label {
	display: none;
}

#bidTabContents .sale_total,
#bidTabContents .buy_now_total,
#bidTabContents .all_label,
#bidTabContents .buy_label
 {
	display: none;
}


#buyTabContents .bid_total,
#buyTabContents .sale_total,
#buyTabContents .all_label,
#buyTabContents .bid_label {
	display: none;
}







.result_page_view h3 {
	text-align: center;
	font-size: 1rem;
	padding-bottom: 1em;
	}

.sale_result_description {
	font-style: italic;
	text-align: center;
	}

.sale_result_table {
	/*width: 100%;*/
	border: 1px solid #947453;
	/*font-size: 120%;	*/
	border-collapse: collapse;
	margin: 0 auto;
	}

.sale_results table {
	margin: 0 auto;
	}

.sale_result_table td, .sale_result_table th {
	padding: .5em;
	border: 1px solid #947453;
	text-align: center;
	}
.sale_result_table tfoot {
	text-align: center;
	}

td.result_title {
	text-align: left;
	}

.sale_logo {
	max-width: 200px;
	max-height: 200px;
	}

.removed, .removed td {
	text-decoration: line-through;
	}

.nobid .result_price {
	opacity: 0.6;
	}


td.result_price {
	text-align: right;
	}

.bidders_page_view td.result_price {
	text-align: center;
	}


.post_sales {
	font-size: 90%;
	font-style: italic;
	max-width: 500px;
	text-align: center;
	margin: 1em auto;
	}

/* overlay (also in page/10175.css) */
/* moving to main file, since used in more places 2022 */

.buyer_box, .instruction_box {
    margin: 1em 2em 0;
    padding: .5em;
    float: left;
    border: thin solid #E2CCC5;
}

.amount {
	float: right;
	margin-right: 1em;
	}

.bar {
	border-bottom: thin solid #E2CCC5;
	margin: 0 1em 0 1.5em;
	}

.total_due {
	padding-bottom: 1.5em;
	}

#bidderlist .button {
	width: 9em;
	}

/* allow toggle display buttons or not, etc */
.button.hide {
	display: none;
	}
	
.bidders_page_view .catalog_dates, .bidders_page_view .closing_date {
	display: none;
	}


@media print {

	#sort_form, #footer .submenu, #footer img, #all_top_navs, #search_inner, #webmission, .sale_results_link,
	.catalog-banner, .browse_mode_buttons {
		display: none;
		}

	.wrapper {
		width: 8in;
		font-size: 10pt;
		padding: 0;
		border: none;
		}

		#header_logo img {
			width: 8in;
			margin: 0 auto;
		}

	a {
		text-decoration: none;
		}

	/* without this, table lines disappear on 2nd print page */
	.sale_result_table {
        border-collapse: unset;
		 }
	
}
</pre></body></html>