/* Wrapper */
.fru-tab-content .nut-wrapper {
    width: 100% !important;
    background: #fff !important;
    display: block;
    border-radius: 0 !important;
    overflow: visible !important;
}

/* Tabela */
.fru-tab-content table.tnut {
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
}

/* CÉLULAS */
.fru-tab-content table.tnut td {
    background: #fff !important;
    border-bottom: 0.5px solid #000 !important;
    padding: 3px 4px !important;
}

/* COLUNAS COM BORDA */
.fru-tab-content table.tnut .col-borda {
    border-right: 0.5px solid #000 !important;
}

/* TÍTULO */
.titulo-nutri {
    font-size: 20px !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: 0.8px;
    padding: 8px 0 !important;
}

/* LINHA GROSSA DO TOPO */
.linha-grossa-topo {
    border-bottom: 3px solid #000 !important;
    height: 3px !important;
    padding: 0 !important;
}

/* LINHA FINAL DO SÓDIO */
.linha-grossa-fim {
    border-bottom: 2px solid #000 !important;
}

/* REMOVE BORDA DA ÚLTIMA LINHA */
table.tnut tr:last-child td {
    border-bottom: 0 !important;
}
/* =============================
   FORÇAR VISUALIZAÇÃO DAS LINHAS GROSSAS
============================= */

/* Linha grossa do topo */
.tnut tr.linha-grossa-topo td {
    border-bottom: 3px solid #000 !important;
    height: 3px !important;
    padding: 0 !important;
}

/* impedir Bootstrap de colapsar a linha */
.tnut tr td.linha-grossa-topo,
.tnut tr td.linha-grossa-fim {
    line-height: 0 !important;
    padding: 0 !important;
}
/* linha grossa após o sódio */
.tnut tr.linha-grossa-fim td {
    border-bottom: 2px solid #000 !important;
    padding-bottom: 0 !important;
}
