/* Style spécifique pour le calculateur ballon ECS */
.hint {
    font-size: 12px;
    color: #7f8c8d;
    margin-top: 5px;
}

#comparatif {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

#comparatif th, #comparatif td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#comparatif th {
    background: #f2f2f2;
}

#comparatif tr:hover {
    background: #f5f5f5;
}