﻿body {
    background-color: #E9EBEE;
}

/* Custom CSS */

.container {
    max-width: 800px;
}

    .container .vehicles {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
        border-radius: 5px !important;
        background: #fff;
    }

img {
    max-width: 100%;
    max-height: 100%;
}

.vehicleCard span:not(.row) {
    display: block;
}

.vehicleCard .vehicleTitle {
    text-align: left !important;
    font-size: 0.8em !important;
    padding-bottom: 0px !important;
    font-weight: 500 !important;
}

.vehicleCard .vehicleTitle {
    text-align: center;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vehicleCard .price {
    text-align: left !important;
    margin-bottom: 0.4em !important;
    padding-left: 15px;
    padding-bottom: 10px;
}

.vehicleCard {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background: #fff;
}

.vehicleCard .vehicleDescription {
    border: none !important;
}

.vehicleCard .price {
    font-size: 1.6em !important;
    color: #333 !important;
}

.vehiclePagination {
    text-align: center;
    padding-bottom: 10px;
}

.btn {
    font-size: 0.7em;
    font-weight: 600;
}

.dropdown-item {
    font-size: 0.7em;
    font-weight: 600;
}

.vehicleCard a:hover {
    color: #4275ed;
    text-decoration: none;
}

#bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}