table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  
  th, td {
    border-radius: 25px;
    padding: 5px;
    text-align: center;
    word-wrap: break-word;
  
}
  
  
  .col-alimento, .col-alimentocabecalho {
    width: 60px;
    font-size: 12px;
  }
  
  
  .col-carboidratos,
  .col-proteinas,
  .col-gorduras,
  .col-saturadas,
  .col-fibras {
    width: 15px;
    font-size: 11px;
  }
  .col-quantidadecabecalho{
    width: 20px;
    font-size: 11px;
  }
  .col-quantidade{
    background-color: #ff9751;
    font-weight: bold;
    color: #ffffff;
    width: 24px;
    font-size: 13px;
}
.col-quantidade:hover{
    background-color: #ff5f15;
    font-weight: bold;
    color: #ffffff;
    width: 10px !important;
   
}

  th {
    background-color: #ff8330;
    font-weight: bold;
    color: #ffffff;
    height: 60px;
  }

  
  tr:nth-child(even) {
    background-color: #fad5b6;
    color: #ff8330;
  }
  
  tr:nth-child(odd) {
    background-color: #ffe5d0;
    color: #ff8330;
  }
  
  tr:hover,th:hover,.totall:hover {
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
  }
  
  /* Estilo para os SELECTS e INPUTS dentro da tabela */
  td select,
  td input {
    width: 100%;
    padding: 8px;
    font-size: inherit;
    border-radius: 30px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    color: inherit;
  }
  
  /* Remove as setinhas dos inputs number no Chrome */
  td input[type=number]::-webkit-inner-spin-button,
  td input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Adicione este seletor específico para o .totall */
  .totall,
  .totall td {  /* Adicione isso para atingir as células dentro da .totall */
    background-color: #68ad4c !important;
    font-weight: bold !important;
    color: #ffffff !important;
    height: 60px !important;
    font-size: 20px !important;
  }
  
  .totall:hover,
  .totall:hover td {  /* E isso para o estado hover */
    background-color: #000000 !important;
    color: #ff0000 !important;
    
  
  }


  

  @media screen and (max-width: 768px) {
    td select {
  white-space: normal;
  overflow-wrap: break-word;
  height: auto;
  line-height: 1.2;
}
    .col-alimento,.col-alimentocabecalho  {
        width: 30px;
        height: auto;
        font-size: 7px;
      }
      select {
       font-size: 7px;
      }
    
      .col-carboidratos,
      .col-proteinas,
      .col-gorduras,
      .col-saturadas,
      .col-fibras {
        width: 7px;
        font-size: 6px;
      }
      .col-quantidade,.col-quantidadecabecalho, .col-quantidade td, .col-quantidadecabecalho td {
        width: 9px 18px !important;
      
        font-size: 7px;
      }
      
       .totall,
  .totall td {  /* Adicione isso para atingir as Celtulas dentro da .totall */
 
    height: 18px !important;
    font-size: 8px !important;
  }
   .col-quantidade:hover{
    background-color: #ff5f15;
    font-weight: bold;
    color: #ffffff;
    width: 10px !important;
   
}

  
  .totall:hover,
  .totall:hover td {  /* E isso para o estado hover */

    font-size: 8px !important;
  


  }





  
  }
  

  