html {
    box-sizing: border-box;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

table {
    border-collapse: collapse;
    padding: 10px;
}

.indent{
    padding-left: 6px;
}

.headerDiv{
    margin: 10px;
}

.servingSize{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: .8rem;
}

.mainContent{
    display: flex;
}

.mainTable{
    line-height: 1.4;
}

.cssNutrition{
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
}

.nutritionHeader{
    color: #bc1034;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0.25rem 0;
}

.alignRight{
    text-align: right;
    border: #bc1034 1px solid;
}

.alignLeft{
    text-align: left;
    border: #bc1034 1px solid;
}

.boldRow{
    font-weight: bold;
}

.servingSizeUnderline{
    border-bottom: 1pt solid #bc1034;
}

.thickUnderline{
    border-bottom: 2pt solid #bc1034;
}

.heavyUnderline{
    border-bottom: 3pt solid #bc1034;
}

.textAlignRight{
    align-content: right;
}

.boldItem {
    font-weight: bold;
}

.percentNumbers{
    text-align: right;
}

.dailyValue{
    text-align: right;
}

.caloriesBigNumber{
    font-size: 1.3rem;
}

.realNutrition{
    border: 1px solid black;
    margin: 10px;
}

h1 {
    font-family: 'Press Start 2P', sans-serif;
    font-size: 2rem;
    margin: 10px;
}

h2{
    margin: 10px;
}

#attribution {
    text-align: center;
    margin: 20px;
    font-family: 'Press Start 2P', sans-serif;
    font-size: 1rem;
}

.smallText {
    font-size: .5rem;
}

img {
    height: 80vh;
}

.foodImage {
    height: 50vh;
    background-color: #bc1034;
}

.tableHeader{
    vertical-align: text-top;
}

.paddingBetweenCols td {
    padding-left: 15px;
    padding-top: 2px;
}

#amountPerServing{
    padding-left: 0px;
}

.bottomSection{
    margin: 10px;
    margin-bottom: 20px;
}