﻿.dummy {
  color: #000;
}

.consignment-detail {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
  margin-bottom: 16px;
}
.consignment-detail .consignment {
  padding: 8px 30px 8px 35px;
}
.consignment-detail .consignment .description {
  margin-top: 4px;
  font-size: 16px;
  padding-bottom: 0;
  color: #5d5d5d;
}
.consignment-detail .consignment .representatives {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.consignment-detail .consignment .location {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.consignment-detail .consignment .pi-5 {
  padding-inline: 6px !important;
}
.consignment-detail .auction-information {
  margin-top: 8px;
  padding: 4px 8px;
}
