/* fdbarfety */
.vehicle-card-highlight button[aria-label*="This vehicle is located"]:before {content: 'Location:'; padding-right: 5px;}

/* ddcrandyh 06415087 */
    .btn-primary {
        color: #fff;
        border-color: #C09F55 !important;
        background: #C09F55 !important;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 500;
    }

    body {
        font-family: 'Roboto' !important;
    }

    .bg-dark {
        background-color: #0E1D2C !important;
    }

    .page-header.minimal {
        background-color: #0E1D2C;
        --header-navigation-color: #FFF;
        --header-navigation-hover-color: #FFF;
        --header-navigation-non-hovered-color: #999;
    }
