* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 20px auto;
    text-align: center;
    font-family: "Arial Narrow", sans-serif;
    font-weight: 500;
    letter-spacing: -1px;  
}

h1 {
    font-size: 48pt;
}

table.snack-items {
    font-size: 1.4em;
    margin: 40px auto;
    border-collapse: collapse;
}

.snack-items th, .snack-items td {
    border-bottom: 3px solid #222;
    padding: 20px;
    text-align: center;
    width: 175px; 
}

.cell_pic {
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}

.bkgd_green {
    background: rgb(166, 203, 56);
}

th:last-child, td:last-child {
  border-left: 3px solid #000;
}
th:first-child {
    /* letter-spacing: -2px !important; */
    font-weight: bolder;
    font-stretch: condensed;    
}

td:nth-child(2) {
    font-weight: bolder;
    letter-spacing: 2px;
    font-style: oblique;
    
}
td:nth-child(3), td:nth-child(4), th:nth-child(3), th:nth-child(4) {
    font-style: italic;
    letter-spacing: 1px;
}

th:nth-child(3), th:nth-child(4) {
    font-size: .8em;
    font-family: 'Arial Narrow', Arial, sans-serif;
    
}








