.NutritionHeader {
    font-size: medium;
    color: White;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    background-color: #006633;
    text-align: left;
}

.categoryTitleHeader {
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: Black;
}

.nutrition-table-header {
    text-align: left;
    padding: 0;
    margin-left: 0;
    border: 0;
    width: 100%;
}

.category-select {
    margin: 3px 0;
    width: auto;
    margin-left: 5px;
    margin-right: 11px;
    font-weight: normal;
}

.category-label {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: normal;
}

.nutritionGridHeaderImage {
    padding: 3px;
}

/*number cells*/
td.info {
    border-top: 1px dotted #a4a4a4;
    border-left: 1px dotted #a4a4a4;
    text-align: center;
    Width: 29px;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    padding: 4px 0 4px 0;
}

td.infoFocus {
    border-left: 1px dotted #a4a4a4;
    border-top: 1px dotted #a4a4a4;
    text-align: center;
    Width: 29px;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
        cursor: crosshair;
    background-color: #FFFFFF;
    color: #006633;
    padding: 4px 0 4px 0;
}

td.infoAltFocus {
    border-left: 1px dotted #a4a4a4;
    border-top: 1px dotted #a4a4a4;
    text-align: center;
    Width: 29px;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
     cursor: crosshair;
    color: #006633;
    background-color: #ecf3e9;
    padding: 4px 0 4px 0;
}

td.infoRowOver {
    border-left: 1px dotted #a4a4a4;
    border-top: 1px dotted #353535;
    text-align: center;
    Width: 29px;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
        color: #ffffff;
    background-color: #00543d;
    padding: 4px 0 4px 0;
}

td.infoRowAltOver {
    border-left: 1px dotted #a4a4a4;
    border-top: 1px dotted #353535;
    text-align: center;
    Width: 29px;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
      color: #ffffff;
    background-color: #00543d;
    padding: 4px 0 4px 0;
}

tr.infoRow {
    /* background-color: #ffffff; */
    background-color: #fafbfa;
}

tr.infoRowAlt {
    background-color: #e1ece3;
}

tr.infoRowOver {
    background-color: #00543d;
    color: #ffffff;
}

tr.infoRowAltOver {
    background-color: #00543d;
    color: #ffffff;
}

tr.infoRowOver .name {
    background-color: #00543d;
    color: #ffffff;
}

tr.infoRowAltOver .name {
    background-color: #00543d;
    color: #ffffff;
}

tr.infoRowOver .name a:link {
    background-color: #00543d;
    color: #ffffff;
}

tr.infoRowAltOver .name a:link {
    background-color: #00543d;
    color: #ffffff;
}

/*category headers*/
td.catTitle {
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 19px;
    background-color: #ffffff;
    color: #527a4b;
    font-weight: normal;
    padding: 12px 6px 6px 12px;
}

td.SubCatTitle {
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #ffffff;
    color: #a4a4a4;
    padding: 5px 12px 0 8px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
}

.nutritionClass th {
    border-bottom: 0 dotted #a4a4a4;
    border-left: 1px dotted #a4a4a4;
    vertical-align: bottom;
}

.nutritionClass th.HeadTitle {
    vertical-align: middle !important;
}

th.head {
    background-color: #e4ede0;
    color: #a6a6a6;
}


th.headOver {
    background-color: #00543d;
    color: white;
}

.headerDiv {
    font-size: 11px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translate(6px,0px);
    -moz-transform: rotate(-90deg) translate(6px,0px);
    -ms-transform: rotate(-90deg) translate(6px,0px);
    -o-transform: rotate(-90deg) translate(6px,0px);
    transform: rotate(-90deg) translate(6px,0px);
    
}

/*names - products */
td.name {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    /*color: #527a4b;*/
     color: #006230;
     padding: 4px 10px 4px 10px;
}

    td.name a:link {
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
        /*color: #527a4b;*/
        color: #006230;
    }

    td.name a:hover {
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
        color: #527a4b;
    }

td.nameFocus {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    cursor: crosshair;
    color: #ffffff;
    background-color: #00543d;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
}

    td.nameFocus a:link {
        color: #ffffff;
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    }

td.nameAltFocus {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    background-color: #00543d;
    cursor: crosshair;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
}

    td.nameAltFocus a:link {
        color: #ffffff;
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    }

    th.name {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    color: #527a4b;
    padding: 4px 10px 4px 10px;
}

    th.name a:link {
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
        color: #527a4b;
    }

    th.name a:hover {
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
        color: #527a4b;
    }

th.nameFocus {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    cursor: crosshair;
    color: #ffffff;
    background-color: #00543d;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
}

    th.nameFocus a:link {
        color: #ffffff;
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    }

th.nameAltFocus {
    border-top: 1px dotted #a4a4a4;
    width: 100px;
    text-align: left;
    background-color: #00543d;
    cursor: crosshair;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
}

    th.nameAltFocus a:link {
        color: #ffffff;
        font-size: 13px;
        font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
    }

/*Footer*/
.Notes {
    color: #006600;
    vertical-align: top;
    font-size: 10px;
}

/*Images*/
th.head img,
th.headOver img {
    height: 100%;
}

th.HeadTitle img {
    width: auto !important;
}

.nutrition-table-header > tbody > tr > td {
    border-top: none;
    padding-left: 0;
}

.nutrition-grid .table-responsive {
    border: none;
    margin-bottom: 0 !important;
}

.table {
    margin-bottom: 0 !important;
}
.nutritionFactClass .nutritionClass .allergyClass .ingredientsClass {
    
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 10px 0 !important;
}

.amount-label {
    color: #006600;
    font-size: 12px; 
    font-weight: normal;
    margin-bottom: 0; 
}

.HeadTitle {
        border-left: 1px dotted #a4a4a4 !important;
}

.dotted-border {
    border-left: 1px dotted #a4a4a4 !important;
}