body {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #pinBoot {
      position: relative;
      max-width: 100.5%;
      width: 100.5%;
    }
}

#pinBoot {
  position: relative;
  max-width: 101%;
  width: 101%;
}



/* LISTS */

.list-ingredients {
  padding-left: 20px;
  list-style: none;
}



.list-directions ol
{
    font-style: italic;
    font-family: Georgia, Times, serif;
    font-size: 24px;
    color: #999;
}

.list-directions ol li
{
    padding: 0px 0px 0px 14px;
    font-style: normal;
    font-family: Arial;
    font-size: 13px;
    color: #000;
    border-left: 1px solid #999;
    margin: 10px 0 10px 0;
}


.list-categories {
  padding-left: 15px;
  list-style: none;
}




.food
{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin: 10px auto 10px auto;
    padding: 7px;
}

































footer
{
    padding: 60px 0 10px 0;
    text-align: center;
    color: #777;
}

