/* body{
    background-color: #ece6e6;
    color: #3c3c3c;
    font-family: sans-serif;
} */
*{
    margin: 0;
    padding: 0;
}

video{  
    padding-left: 20px;
    padding-bottom: 10px;
    width: 320px;
    height: 240px;    
}

.cont-desc{
    background-color: #e7e1e1;
    font-family: sans-serif;
    width: 100%;
    /* margin: 100px auto; */
    padding: 20px;
    border-radius: 10px;
}

.cont-desc h1{
    text-align: left !important;
    margin-top: 0;
    font-size: 18px;
}

.cont-desc p{
    margin-top: 0;
    margin-left: 9px;
    font-size: 16px;
        text-align: left !important;
}


.cont-desc .fda h2{
    background-color: #dcdcdc;
    margin-top: 0;
    margin-bottom: 0;
    padding: 9px;
    font-style: italic;
    font-size: 15px;
    font-weight: 100;
}

.ingredientes{
    margin-top: 0;
    font-size: 15px;   
}

.ingredientes table, th, td{
    margin-bottom: 24px;
    border: 1px solid black;
    border-collapse: collapse;
        text-align: left !important;
}

.ingredientes h1{
text-align: left !important;
}

.ingredientes th, td{
    padding: 9px;
}


.ingredientes table thead{
   background-color: #c0c0c0f3;
   text-align: center !important;
}
