<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.live-board-row {
  margin: 0 10px;
}
.live-board-row .search-item-description {
  width: 200px;
}

.live-board-row .panel {
  display: block;
}

.live-board-row .search-item-time {
  font-size: 1.5em;
  font-weight: bold;
  color: #be2e3c;
  /* font-family: futura; */
}

.live-board-row .search-item-subsection,.live-board-row .search-item-title {
  margin-bottom: 5px;
}
.live-board-row h5,.live-board-row p {
  margin-bottom: 0;
}
.live-board-row .search-item-bid-num {
  font-weight: bold;
  color: #004B00;
}
.live-board-row .search-item-details {
  height: 100%;
}
.live-board-row .search-item-reserve {
  /* text-align: center; */
  margin-bottom: 5px;
}
.live-board-row .search-item-bid-num {
  font-size: 1em;
}
.live-board-row .search-item-bid-text {
  text-transform: none;
}
.live-board-row .search-item-title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.highlight {
  outline: 0 solid #be2e3c;
  -webkit-transition: outline 1s ease;
  -moz-transition: outline 1s ease;
  -o-transition: outline 1s ease;
  transition: outline 1s ease;
}

.lot-message {
  font-size: 1.3em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .live-board-row .panel {
    display: flex;
  }
  .live-board-row .search-item-description {
    width: 400px;
  }
  .live-board-row .search-item-time {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1200px) {
  .live-board-row {
    display: flex;
    /*align-items: stretch;*/
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .live-board-row .panel {
    flex-basis: calc(50% - 5px);
    /* width: calc(50% - 5px); */
  }
  .live-board-row .search-item-description {
    width: 200px;
  }
  .live-board-row .search-item-thumbnail {
    width: 164px;
    min-width: 164px;
  }
}

@media only screen and (min-width: 1500px) {
  .live-board-row .search-item-description {
    width: 400px;
  }
}
@media only screen and (min-width: 1800px) {
  .live-board-row {
    margin: 0 100px;
  }
}
</pre></body></html>