.oil-hero,
.oil-finder,
.oil-tables {
    margin: 0 auto;
}

.oil-hero {
    padding: 80px 10px;
}

.oil-finder,
.oil-tables {
    padding: 60px 10px;
}

.oil-hero {
    background: #fff;
}

.oil-hero h1 {
    color: #FF5C00;
}

.oil-hero span {
    color: #7e7b7b;
    font-size: 14px;
    line-height: 16px;
}


.oil-hero .row {
    max-width: 1200px;
}

.oil-finder {
    max-width: 1200px;
    margin: 0 auto;
}

.oil-finder .row {
    display: flex;
    flex-wrap: wrap;
}

.container.row {
    margin-top: 40px;
}

/* Panels */
.oil-finder-panel {

}

.search-panel {
    flex: 1;
    max-width: 300px;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #000;
}

.search-panel .search-panel-form:first-child {
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}

.results-panel {
    flex: 1;
}

/* Form styles */
.oil-finder .form-group {
    margin-bottom: 1rem;
}

.oil-finder label {
    font-weight: bold;
}

.oil-finder h1,
.oil-tables h1 {
    color: #FF5C00;
    font-size: 60px;
}

.oil-finder h2 {
    margin-bottom: 1.25rem;
    font-size: 18px;
}

#clearFilters {
    text-transform: uppercase;
    color: #FF5C00;
    cursor: pointer;
    font-weight: bold;
}

.results-container > div {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.results-container h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #FF5C00;
}

.oil-disclaimer p {
    color: #7e7b7b;
    font-size: 14px;
    margin-top: 3rem;
}

/* Product Info */
.results-container img {
    max-height: 70px;
    margin-right: 20px;
}

.results-container .product-details {
    flex-grow: 1;
    padding: 0 10px;
}

.results-container .product-info {
    flex: 1;
}

.results-container .product-actions {
    text-align: center;
}

.results-date {
    color: #7e7b7b;
    text-align: right;
    color: #7e7b7b;
    font-size: 14px;
}

.product-title {
    margin: 5px 0;
    color: #999;
}

.product-actions .see-details-link {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.oil-tables {
    text-align: center;
    margin: 40px auto 0;
    background: #fff;
}

.oil-table {
    margin-top: 60px;
}

.oil-tables .pill-button {
    width: 400px;
}

.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    border: 10px solid #fff;
    table-layout: fixed;
    text-align: center;
    margin: 2rem 0;
}

.product-spec-table th,
.product-spec-table td {
    border: 15px solid #fff;
}

.product-spec-table thead th {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #f0f0f0;
}

.product-spec-table tbody td {
    padding: 1.25rem;
    font-size: 1rem;
    vertical-align: top;
    line-height: 1.6;
}

/* Column background shading */
.product-spec-table td:nth-child(1),
.product-spec-table th:nth-child(1) {
    background-color: #f8f8f8;
}

.product-spec-table td:nth-child(2),
.product-spec-table th:nth-child(2) {
    background-color: #eaeaea;
}

.product-spec-table td:nth-child(3),
.product-spec-table th:nth-child(3) {
    background-color: #dcdcdc;
}

.find-parts-bar {
    padding: 40px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .container.row {
        flex-direction: column;
    }

    .search-panel,
    .results-panel {
        max-width: 100%;
        border: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .results-panel {
        margin: 40px auto 0;
    }

    .form-group {
        width: 100%;
    }

    .oil-hero .pill-button {
        width: 100%;
    }
}
