﻿a.navbar-brand {
    color: #7c795d;
    font-family: 'Trocchi', serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
}

/*food information popup*/
#nutrition_facts {
    width: 100%;
    background-color: white;
}

.button_center {
    text-align: center;
    margin: 1em auto;
}

.close_btn {
    margin: 0 auto !important;
}

.nut_facts {
    font-size: 1.0625em;
    margin: .5em 0 0 0;
    font-weight: bold;
    text-align: center;
}

.serving_size {
    margin: 0 1em 1em 1em;
    text-align: left;
    font-size: 0.8em;
}

.amt_per {
    border-top: 0.25em solid black;
    border-bottom: 0.1875em solid black;
    padding: .8em;
    text-align: center;
    font-size: 0.8em;
}

.disclaimer {
    margin-top: 1em;
    font-size: .75em;
}

.facts_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: none;
}

    .facts_ul LI {
        margin: 0;
        list-style: none;
        padding: .6em .5em .6em .51em;
        border-bottom: 0.0625em solid #f0f0f0;
        background-color: white;
        text-align: left;
        position: relative;
    }

        .facts_ul LI.row1 {
            font-weight: bold;
        }

        .facts_ul LI.row2 {
            padding-left: 1em;
        }

    .facts_ul .num1 {
        position: absolute;
        right: .5em;
        font-weight: normal;
    }

.vitamins_ul {
    /*width: 20em;*/
    width: 100%;
    margin: 0 0 0em 0;
    padding: 0;
    border-right: none;
    border-left: none;
}

    .vitamins_ul LI {
        margin: 0;
        padding: .4em .5em .4em .5em;
        list-style: none;
        border-bottom: 0.0625em solid #f0f0f0;
        background-color: white;
        text-align: left;
        position: relative;
    }

        .vitamins_ul LI.row2 {
        }

    .vitamins_ul .num1 {
        position: absolute;
        right: 1em;
    }

.flex-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.nltext {
    margin-bottom: 0 !important;
}

.minerals_ul {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: .9em;
}

    .minerals_ul LI {
        margin: 0;
        padding: .4em .5em .4em .5em;
        list-style: none;
        border-bottom: 0.0625em solid #d7d7f9;
        background-color: white;
        text-align: left;
        position: relative;
    }

        .minerals_ul LI.row1 {
            background-color: #f1f1f1;
        }

    .minerals_ul .num1 {
        width: 40%;
        text-align: left;
    }

.table-wrapper {
    width: 100%;
    /* max-width: 500px; */
    overflow-x: auto;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

@media screen and (max-width: 2000px) {
    .styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9em;
        font-family: sans-serif;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 450px) {
    .styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        width: 375px;
        max-width: 375px;
        font-size: 10px;
        font-family: sans-serif;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .styled-table th,
    .styled-table td {
        width: 45px;
        padding: 2px 3px;
    }
}

@media screen and (max-width: 391px) {
    .styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        width: 355px;
        max-width: 355px;
        font-size: 10px;
        font-family: sans-serif;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

        .styled-table th,
        .styled-table td {
            width: 41px;
            padding: 2px 3px;
        }
}

input[type='number'] {
    width: 80px;
} 