<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* the bid app banner header will put the landing page content background (wallpaper) image
at the top of the bidding site when logged in. note that doing this causes some slightly different
behavior (as of 7.1.0904) in the way the header of the page is displayed. when you apply this css
setting, it will not freeze the header at the top of the page. the header will scroll off the page as
you move down through the items. */
#bid_app_banner_header {
display: block;
}
/* the bidapp header position and body settings need to be in place for the background image use
described above. */
.bidapp_header {
position: initial;
}
.body {
margin-top: 0 !important;
}
/* the indi bid lines setting changes the height of the rows on the paper bid sheet.
update the 40pt to a higher number for more space, lower for less space. */
.indi_bid_lines {
height:40pt !important;
}
/*do not show table name on the bidding site after the bidder's name */
#bidder_name &gt; span {
display: none;
}
/*To hide particpant counter during LIVE Stream*/
#active_streamers {

display: none;
}</pre></body></html>