/* Autodealers.nl CSS voor de dealerwebsite */
.tuning-frame {
	border:4px solid #F5CB5C;
  	width:100%;
  	height:70vh;
}

.prijslijst {
	width:360px;
  	border:4px solid #F5CB5C;
}

.prijslijst > div {
border-bottom:1px solid #F5CB5C;
  padding:10px;
}

.prijslijst > div:nth-last-child(1) {
border:none;
}

.prijslijst span {
	display:inline-block;
  	min-width:280px;

  margin-right:10px;
}