
.container .nutritioncontainer{
    border:none;
}

.allergensTextLabel, .ingredientsTextLabel{
    font-weight:bold;
    color:#c3c432;
    font-size: 14px;
    display: block;
}

/* #Table
================================================== */

table.nu {
    width: 400px;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    border:none;
}

@media screen and (max-width : 400px)  {
    table.nu {
        width: 100%
    }
}

table.nu caption {
    padding: 0 0 5px 0;
    width: auto;
    font-style:italic;
    text-align: right;
    font-size: 12px;
}

table.nu th {
    font-weight:bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 2px;
    border:none;
}

table.nu td {
    font-size: 13px;
    padding: 2px;
    border:none;
    border-bottom: 1px solid #FFFFFF;
    font-weight:normal;
    color:#FFFFFF;
}

table.nu td.infolabeltitle{
    font-weight:bold;
}

table.nu tr th:first-child, table.nu tr td:first-child{
    border:none;
    border-bottom: 1px solid #FFFFFF;
}

table.nu tr:first-child th, table.nu tr:first-child td{
    border:none;
    border-bottom: 1px solid #FFFFFF;
}

table.nu td.infovalue, table.nu th.infovalue{
    border-left:1px solid #FFFFFF;
    text-align: right;
}



