.auctions-core-bidders  {
  max-width:600px;
  margin:0 auto;
  margin-bottom:2rem;
  margin-top:2rem;
}

.auctions-core-bidders .form-item--error-message {
  display:inline-block;
}

.auctions-core-bidders header {
text-align:center;
}
.auctions-core-bidders header button {
  margin:0 auto;
  margin-top:.5rem;
}
.auctions-core-bidders .bid-refresh-wrapper dl,
.auctions-core-bidders .bid-refresh-wrapper dt,
.auctions-core-bidders .bid-refresh-wrapper dd {
  margin:0 0 0 0;
}


.auctions-core-bidders .bid-refresh-wrapper dt,
.auctions-core-bidders .bid-refresh-wrapper dd {
  display: inline;
}
.auctions-core-bidders .bid-refresh-wrapper .current-formatted {
  font-size: 1.6rem;
  font-weight: 600;
}

.auctions-core-bidders .bid-refresh-wrapper dd small {
  font-size: 12px;
}




.auctions-core-bidders .field-suffix {
  display: inline-block;
  width:3rem;
  white-space:pre;
  overflow:visible;
}

.auctions-core-bidders .field-prefix {
  text-align: right;
  display: inline-block;
  width:0;
  overflow:visible;
  position:relative;
  left:-.75rem;
}

.auctions-core-bidders .autobid-wrapper,
.auctions-core-bidders .standard-bid .form-item-amount {
  text-align: center;
}
.auctions-core-bidders input[type="number"] {
max-width:240px;
width:80%;

}

.auctions-core-bidders .standard-bid input[type="submit"] {
  margin:0 auto;
  width: 60%;
  display: block;
}
@media only screen and (min-width: 600px) {
  .auctions-core-bidders  {
   outline:1px solid #D3D3D3;
   border-radius:.25rem;
   padding:1rem 1rem;
   margin-top:2rem;
  }

  .auctions-core-bidders.auction-item-closed,
  .auctions-core-bidders.instant-mode-enabled {
    outline:none;
    padding:0 0;
  }

}
