body {
  color: #000;
  /* increased readability */
}
.with-replicate-rows tbody tr:last-child td {
  opacity: 0.1;
}
.with-replicate-rows tbody tr:last-child td:first-of-type {
  opacity: 0.4;
}
.with-replicate-rows tbody tr:first-child {
  opacity: 1;
}
.table tbody.boundary-day {
  border-top-width: 1px;
}
.table tbody.boundary-day tr:first-child td {
  padding: 0;
  height: 5px;
  background: #EEEEEE;
}
.table tbody.boundary-month {
  border-top-width: 1px;
}
.table tbody.boundary-month tr:first-child td {
  padding: 0;
  height: 15px;
  background: #EEEEEE;
}
.table tbody.boundary-quarter {
  border-top-width: 1px;
}
.table tbody.boundary-quarter tr:first-child td {
  padding: 0;
  height: 25px;
  background: #EEEEEE;
}
.table tbody.boundary-year {
  border-top-width: 1px;
}
.table tbody.boundary-year tr:first-child td {
  padding: 0;
  height: 35px;
  background: #EEEEEE;
}
.note-form .note-form-form {
  display: none;
}
.account-settings-form {
  max-width: 900px;
}
.cars-list .header {
  height: 3em;
  padding: 0 0 15px;
}
.cars-list .header h3 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.cars-list .image {
  width: 149px;
  height: 111px;
}
.cars-list .prices {
  margin-top: 1em;
}
.cars-list .prices td {
  text-align: right;
}
.car-detail th {
  white-space: nowrap;
}
.car-detail .highlighted {
  background: #fdffd4;
}
.car-detail .car-image {
  margin-bottom: 1em;
}
.car-detail .car-image a img {
  display: block;
  border: 1px solid #ccc;
  padding: 3px;
  box-sizing: content-box;
}
