﻿.ingredient-definition {
    display: none;
}

.ingredient.active-ingredient .ingredient-definition {
    display: block;
    
}

#divContent .ingredient{
    font-size: 16px;
}



@media only screen and (max-width:660px)
{
    #why-subscribe .container .w100 {
        display: none;
    }

    #why-subscribe .container h2.subscribe-active ~ .w100 {
        display: block;
    }

}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 4px;
    font-size:0.8em;
}


table.has-links tbody tr :last-child {
    text-align: center;
    white-space: nowrap;
}

.responsiveTable {
    width:100%;
}

.responsiveTable thead th{
    white-space:nowrap;
}

.category-whitebox
{
    text-align:center;
    display:table;
    height:100%;
    min-height:170px;
}

.category-whitebox h4 {
    vertical-align:middle;
    display:table-cell;
}