body {
  margin: 10px auto;
  padding: 10px;
  max-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

p, span, label, li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000000;
  margin: 5px 0;
}

a {
  color: #000000;
  font-weight: bold;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

a:hover {
  color: #0000FF;
}

button, input[type=submit] {
  background-color: #0000FF;
  color: white;
  border-radius: 0;
  border: 0;
  font-weight: normal;
  display: inline-block;
  padding: 10px 8px;
  margin: 0;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:hover, input[type=submit]:hover {
  background-color: #FF0000;
}

button:focus, input[type=submit]:focus {
  outline: 1px solid white;
  outline-offset: -4px;
}

button:active, input[type=submit]:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

input, label, select, textarea {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1.3rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

label, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
}

input, select, textarea {
  margin: 10px 0;
  padding: 10px;
  background-color: white;
  border-radius: 0;
  color: #000000;
}

input:focus {
  outline: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

table td, table th {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  padding: 20px 10px;
}

table thead th {
  text-align: left;
  font-size: 1rem;
}

table tr:nth-child(odd):not(:only-child) {
  background-color: #E5E5FF;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #00FF00;
}

.headerContainer .siteTitle {
  font-size: 2rem;
  text-transform: uppercase;
}

.headerContainer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}

.headerContainer ul button {
  font-weight: bold;
}

.auctionContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 75px;
  margin: 100px 0;
  height: 100%;
}

.auctionContainer .auctionImage {
  width: 50%;
  height: 100%;
  position: relative;
}

.auctionContainer .auctionImage img {
  width: 100%;
}

.auctionContainer .auctionImage .auctionTag {
  background-color: #FF0000;
  color: white;
  padding: 15px 22px;
  position: absolute;
  left: -25px;
  bottom: -25px;
}

.auctionContainer .auctionDetails {
  width: 50%;
}

.auctionContainer .auctionDetails .auctionTimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.auctionContainer .auctionDetails .auctionTimer span {
  color: #CBCDDC;
  font-size: .9rem;
  text-transform: uppercase;
}

.auctionContainer .auctionDetails h1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.auctionContainer .auctionDetails .auctionParticipants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 50px 0;
}

.auctionContainer .auctionDetails .auctionParticipants .auctionCharity, .auctionContainer .auctionDetails .auctionParticipants .auctionArtist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.auctionContainer .auctionDetails .auctionParticipants .auctionCharity a, .auctionContainer .auctionDetails .auctionParticipants .auctionArtist a {
  font-weight: normal;
  text-decoration: underline;
}

.auctionContainer .auctionDetails .auctionParticipants .auctionCharity img, .auctionContainer .auctionDetails .auctionParticipants .auctionArtist img {
  width: 42px;
}

.auctionContainer .auctionDetails .auctionParticipants .auctionCharity a {
  color: #00AEEF;
}

.auctionContainer .auctionDetails .auctionParticipants .auctionCharity a:hover {
  color: #0000FF;
}

.auctionContainer .auctionDetails .auctionParticipants #inCollaborationWith {
  color: #CBCDDC;
  font-size: 0.75rem;
}

.auctionContainer .auctionDetails .auctionBids .auctionHighestBid {
  margin-bottom: 45px;
}

.auctionContainer .auctionDetails .auctionBids .auctionHighestBid #currentBid {
  color: #0000FF;
  font-size: 1.5rem;
}

.auctionContainer .auctionDetails .auctionBids .auctionHighestBid #algoCurrency {
  width: 17px;
}

.auctionContainer .auctionDetails .auctionBids .auctionHighestBid #euroAmount {
  color: rgba(0, 0, 255, 0.31);
  margin-left: 10px;
}

.auctionContainer .auctionDetails .auctionBids .auctionBidsTable table {
  table-layout: fixed;
}

.auctionContainer .auctionDetails .auctionBids .auctionBidsTable table #timeColumn {
  width: 30%;
}

.auctionContainer .auctionDetails .auctionBids .auctionBidsTable table #walletColumn {
  width: 50%;
}

.auctionContainer .auctionDetails .auctionBids .auctionBidsTable table #amountColumn {
  width: 20%;
}

.auctionContainer .auctionDetails .auctionBids .auctionBidsTable #placeBid {
  width: 100%;
  padding: 15px 0;
}
/*# sourceMappingURL=style.css.map */