.car table {
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
}

.car table th {
    background: #f1f1f1;
    border: none;
    color: #e74c3c;
    font-size: 14px;
    padding: 5px;
}

.car table td {
    padding: 5px;
    vertical-align: top;
}

.car table tr.odd {
    background: transparent;
    border: none;
}

.car table tr.even {
    background: #f1f1f1;
    border: none;
}

.car table h5 {
    color: #00533b;
    margin-bottom: 10px;
}

.car p {
    font-size: 14px;
}

.car .car-image {
    padding: 5px;
}