#contener_cmg, #line-navigation{
   display:none;
}

/** resultats */
.teh-result-box {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
    border-radius: 6px;
    max-width: 600px;
}

.teh-result-box h3 {
    margin-top: 0;
    font-size: 1.4em;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.teh-result-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.teh-result-table th, .teh-result-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.teh-result-table th {
    background: #f0f0f0;
    width: 50%;
}

.teh-error {
    color: #b00;
    font-weight: bold;
}

.teh-result-table .ds_cmg_calculateur_green {
    background: green;
}
