/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.tech-spec-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tech-spec-table th {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

.tech-spec-table td {
     text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

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


