.eh-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.eh-spec-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.eh-spec-table tr:last-child {
    border-bottom: none;
}

.eh-spec-table th,
.eh-spec-table td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 0.95em;
}

.eh-spec-table th {
    width: 40%;
    font-weight: 600;
    color: #333;
    background: #f8f8f8;
}

.eh-spec-table td {
    color: #555;
}

@media (max-width: 600px) {
    .eh-spec-table th,
    .eh-spec-table td {
        display: block;
        width: 100%;
        padding: 6px 10px;
    }

    .eh-spec-table th {
        padding-bottom: 2px;
    }

    .eh-spec-table td {
        padding-top: 2px;
    }
}
