body {
    font-family: "arial";
}

#toprow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Create 4 equal columns */
    gap: 10px;
    /* Space between columns */
    padding: 10px;
}

#med {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#medright div {
    margin-top: 10px;
}





#outer {
    padding: 10px;
    margin: 0 auto;
    /* Center the container horizontally */
    max-width: 1200px;
    /* Limit the maximum width of the container */
}

.box {
    border: solid;
}

#medleft {
    padding: 10px;
    margin-top: 10px;
}


#ingredients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}
}

.grid-column {
    padding: 20px;
    /*text-align: center;*/
    border: solid;
}

#toprow {
    border: solid;
}


.nutrient {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.percent {
    margin-left: 10px;
    /* Optional, adds space between the value and the percentage */
}

#bestbefore {
    padding: 10px;
    padding-bottom: 120px;
}

#miscinfo {
    padding: 10px;
}



@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

#front_text_1 {
    font-size: 24px;
    color: blue;
    font-family: "Times New Roman", Times, serif;
}

#cpb_text_1 {
    color: goldenrod;
}

#gfb_text_1 {
    color: deepskyblue;
    font-size: 12px;

}

#dark_blue_roman {
    color: blue;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
}

#light_blue {
    color: deepskyblue;
}

#nf10 {
    font-size: 20px;
}

#nf6 {
    font-size: 12px;
}

#il20_roman {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    color: darkgrey;
}

#il_main {
    color: darkgrey;
}

#warn_roman_title {
    color: red;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
}

#red {
    color: red;
}

#p4_main {
    color: darkgray;
}

#p4_number {
    color: deepskyblue;
}

#p4_small {
    color: darkgray;
    font-size: 12px;
}

#bb_text {
    color: blue;
}
