.filter {
  font-size: 11px;
}
.filter .well {
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter .slider-horizontal {
  margin: 0px 10px;
}
.filter .row {
  line-height: 18px;
  margin-left: -5px;
}
.filter .row label {
  font-weight: normal;
}
.filter .row label.inline {
  margin-right: 1em;
}
.filter .row label:first-child {
  width: 80px;
}
.filter .row input.mileage,
.filter .row input.price {
  width: 100px;
}
.filter .row .inline-group {
  display: inline-block;
  margin-left: 20px;
}
.filter .row .inline-group label {
  width: auto;
  margin-right: 5px;
}
.pagination li a,
.pagination li span {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.brands div {
  margin: 10px 0;
}
.models div {
  margin: 10px 0;
}
table.lots {
  font-size: 12px;
}
table.lots span {
  display: block;
}
table.lots thead span {
  white-space: nowrap;
}
.bds-lot .row.general,
.jba-lot .row.general,
.asnet-lot .row.general,
.imoto-lot .row.general {
  margin-bottom: 2em;
}
.bds-lot .subheader,
.jba-lot .subheader,
.asnet-lot .subheader,
.imoto-lot .subheader {
  margin-bottom: .5em;
  font-size: 1.2em;
}
.bds-lot .remarks-header,
.jba-lot .remarks-header,
.asnet-lot .remarks-header,
.imoto-lot .remarks-header {
  font-weight: bold;
  text-align: center;
}
.bds-lot table.info,
.jba-lot table.info,
.asnet-lot table.info,
.imoto-lot table.info {
  width: 100%;
  margin-bottom: 1em;
}
.bds-lot table.info th,
.jba-lot table.info th,
.asnet-lot table.info th,
.imoto-lot table.info th,
.bds-lot table.info td,
.jba-lot table.info td,
.asnet-lot table.info td,
.imoto-lot table.info td {
  border-bottom: 1px solid #ddd;
}
.bds-lot table.info tr:last-child td,
.jba-lot table.info tr:last-child td,
.asnet-lot table.info tr:last-child td,
.imoto-lot table.info tr:last-child td,
.bds-lot table.info tr:last-child th,
.jba-lot table.info tr:last-child th,
.asnet-lot table.info tr:last-child th,
.imoto-lot table.info tr:last-child th {
  border-bottom: none;
}
.bds-lot table.info td,
.jba-lot table.info td,
.asnet-lot table.info td,
.imoto-lot table.info td {
  text-align: right;
}
.bds-lot table.price,
.jba-lot table.price,
.asnet-lot table.price,
.imoto-lot table.price {
  @extend table.info;
}
.bds-lot table.price button,
.jba-lot table.price button,
.asnet-lot table.price button,
.imoto-lot table.price button {
  margin: 10px 0;
  width: 100%;
}
.bds-lot table.remarks,
.jba-lot table.remarks,
.asnet-lot table.remarks,
.imoto-lot table.remarks {
  @extend table.info;
  margin-bottom: 1em;
}
.bds-lot table.remarks th,
.jba-lot table.remarks th,
.asnet-lot table.remarks th,
.imoto-lot table.remarks th {
  font-weight: normal;
}
.bds-lot table.remarks tr.section th,
.jba-lot table.remarks tr.section th,
.asnet-lot table.remarks tr.section th,
.imoto-lot table.remarks tr.section th {
  font-weight: bold;
}
.bds-lot table.remarks td,
.jba-lot table.remarks td,
.asnet-lot table.remarks td,
.imoto-lot table.remarks td {
  text-align: left;
}
.bds-lot table.remarks th,
.jba-lot table.remarks th,
.asnet-lot table.remarks th,
.imoto-lot table.remarks th {
  width: 35%;
}
.bds-lot table.remarks td,
.jba-lot table.remarks td,
.asnet-lot table.remarks td,
.imoto-lot table.remarks td {
  width: 65%;
}
.bds-lot .schema-description ul,
.jba-lot .schema-description ul,
.asnet-lot .schema-description ul,
.imoto-lot .schema-description ul {
  padding: 0;
  list-style: none;
}
nav {
  margin-top: 15px;
  border-bottom: 3px solid #eee;
  /*background: #ddd;*/
  background: white;
  font-size: 1.2em;
}
nav a {
  display: inline-block;
  padding: 5px 10px;
}
nav a:hover,
nav a:active,
nav a:visited,
nav a:focus {
  text-decoration: none;
  color: #337ab7;
}
nav a.active {
  background: #eee;
  border-radius: 3px 3px 0 0;
}
.filter {
  margin-top: 10px;
}

