﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}
@media (max-width: 767px) {
    .recent-car-thumb {
        width: 80px;
        height: 60px;
    }

    #recentCarsList {
        display: flex;
        gap: 6px;
        overflow-x: auto;
    }
}