/* line 3, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page h4 span.due-day-title {
  text-decoration: underline;
  font-weight: normal;
}
/* line 7, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page h4 span.due-day-title.due {
  color: red;
}
/* line 13, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page tr.due-date .leftd.due {
  color: red;
}
/* line 16, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page tr.due-date .date {
  font-size: 11px;
}
/* line 19, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page tr.due-date form.due-day-select {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: none;
}
/* line 24, ../../../app/assets/stylesheets/pages/car.css.scss */
.car_box.page tr.due-date form.due-day-select select {
  width: 85px;
  margin-bottom: 3px;
}
