#VehicleDetails .BoxContents {
    display: inline-block;
}

#VehicleDetails .VehiclePicture {
    border: none !important;
}

.products{
    display: inline-block;
	padding: 5px;
	position: relative;
	top: 5px;

}

.products h1{
	margin-bottom: 10px;
}

.products .product-item{
    display: inline-block;
	padding-right: 5px;
}

.img-legend {
    background: #fff6e2;
    border: 1px solid #d9ccb0;
}
.img-legend p{
    padding: 5px
}
