body {
   margin: 0;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 0;
}

table {
    font-size: 12px !important;
}

.auctionView_auction_row { 
    padding: 15px;
    margin: 0 0 25px 0;
}

.auctionView_auctionTitle {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.auctionView_auctionTitle  a{
	color: black;
	text-decoration: none;
}

.auction_ring {
    border-bottom: 1px dotted #ccc;
    float: left;
    padding: 2px 0;
}

.clearA {
  	color: #fff !important;
  	font-weight: normal !important;
  	text-decoration: none !important;
}

.centerLeft{
    text-align: center !important;
    float:left !important;
}

.helpbar_btn {
    background: white;
    color: black !important;
    float: right;
    padding: 5px;
    margin-right: 5px;
    margin-left: 20px;
    width: 115px;
    text-decoration: none;
    clear: both;
    border: 1px solid black;
}

.catalogue_btn {
    float: right;
    padding: 5px 30px 5px 30px;
    text-decoration: none;
}

.register_btn {
    background: blue;
    color: white !important;
    float: right;
    padding: 5px;
    margin-right: 5px;
    width: 115px;
    text-decoration: none;
    clear: both;
}

.view_auction_btn {
    background: #919770;
    color: white !important;
    float: right;
    padding: 5px 30px 5px 30px;
    margin-right: 20px;
    text-decoration: none;
}

.bidnowOLD_btn {
    background: #E45900;
    color: white !important;
    float: left;
    padding: 5px;
    text-decoration: none;
}

.bidnow_btn {
    background: #E45900;
    color: white !important;
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 115px;
    text-decoration: none;
    font-weight: bold !important;
}

.bidlive_btn {
    background: #b31e17;
    color: white !important;
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 115px;
    text-decoration: none;
    font-weight: bold !important;
}

.bidnotlive_btn {
    background: darkgray;
    color: white !important;
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 115px;
    text-decoration: none;
}

.orange{
    background: #E45900;
}

.marginLR{
    margin-left: 20px;
    margin-right: 20px;
}

.mySlides {display: none;}
	
.fade {
  animation-name: fade;
  animation-duration: .5s;
}

.auction-logo{
	width:100%; 
	border-radius: .25rem;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 767px) {
    .catalogue_btn {
        float: left;
    }
    
    .auction-logo{
		width:100%; 
		border-radius: .25rem;
	}
	
	.slideshow-container{
		display: none;
	}
	
	.auction-logo-container{
		margin-bottom: 20px;
	}
}