.showroom-list ul {
  overflow: hidden;
  margin: 0;
}

.showroom-list ul li {
  position: relative;
  float: left;
  margin: 0 40px 20px 0;
  list-style: none;
  padding: 5px;
}

.showroom-list ul li a {
  display: block;
}

.showroom-list ul li:hover {
  background: #ededed;
}

/*.showroom-list ul li a img { opacity: 0.6; }*/
/*.showroom-list ul li a:hover img { opacity: 1; }*/
.showroom-list ul li span.name {
  font-weight: bold;
  display: block;
}

.showroom-list ul li span.price {
  color: #999;
}

.showroom-list ul li span.hybrid, .showroom-list ul li span.blue {
  font-size: 12px;
  font-weight: bold;
  background: #0072f0;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  position: absolute;
  top: 70px;
  left: 0px;
}

.showroom-list ul li span.elektrisch {
  font-size: 12px;
  background: #0072f0;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  position: absolute;
  top: 70px;
  left: 0px;
}

.showroom-list ul li span.groengas {
  font-size: 12px;
  background: #21a545;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  position: absolute;
  top: 70px;
  left: 0px;
}

.buttons {
  overflow: hidden;
  margin: 10px 0;
}

.buttons ul {
  margin: 0;
  padding: 0;
}

.buttons ul li {
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
}

.buttons li a {
  background: #282830;
  color: #fff;
  padding: 10px 20px;
}

.buttons li a:after {
  color: #fff;
}

.buttons li a:hover {
  background: #9e0018;
}

#occasion-list {
  padding: 10px 0;
  border-top: 1px dashed #282830;
}

#occasion-list table.overview {
  width: 100%;
}

#occasion-list td.adverme {
  padding: 20px 0;
}

#occasion-list td.adverme p, #occasion-list td.adverme h3 {
  color: #fff;
}

#occasion-list td.adverme div.advermee {
  background: #282830;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  border-radius: 3px;
}

#occasion-list td.adverme div.advermee:hover {
  background: #111114;
}

#occasion-list table {
  border: 0;
}

#occasion-list table td {
  vertical-align: top;
  padding-bottom: 15px;
}

#occasion-list table td a:hover {
  text-decoration: underline;
}

#occasion-list table td:first-child {
  width: 170px;
}

#occasion-list table td.price {
  text-align: center;
  vertical-align: middle;
}

#occasion-list table td.price strong {
  font-size: 16px;
}

#occasion-list table td.price .prijs-maand {
  margin: 10px 0 0;
}

#occasion-list table td.image {
  position: relative;
}

#occasion-list table td.image img {
  border: 1px solid white;
  padding: 3px;
  background: #fff;
}

#occasion-list table td.image a:hover img {
  border: 1px solid #3f3f4c;
}

#occasion-list table span.nieuw {
  background: #282830;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  position: absolute;
  top: 85px;
  right: 10px;
}

div.geld-lenen-nu {
  display: none;
}

div.geld-lenen-nu p {
  margin: 10px 0;
}

.prijs-maand {
  background: #3f3f4c;
  color: #fff;
  display: block;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  border-radius: 3px;
  cursor: help;
}

.prijs-maand:hover {
  background: #ec8388;
}
