.flexslider{
	background: none;
	border: none;
}
#carousel{
	margin-top: 1em;
}
.vehicle-price{
	text-align: right;
}
ul.vehicle-features {
	list-style-position: inside;
	columns: 3;
	column-gap: 1em;
}
.vehicle-buttons{
	max-width: 48%;
	flex-grow: 1;
}
.vehicle-buttons div{
	min-width: 180px;
}
.vehicle-columns{
	display: flex;
	justify-content: space-between;
}
.vehicle-summary{
	margin-top: .5em;
	flex-grow: 2;
	max-width: none;
	font-size: 1em;
}
.vehicle-columns .vehicle-summary .item {
	display: inline-block;
	width: 50%;
}
