*{
    overflow: auto;
}
body {
    background-color: #8ba1bb;
    font-family: Arial;
    margin: 0;
}
p.category{
    background-color: black;
    color: white;
    display: inline-block;
    margin-top: -15px;
    margin-bottom: 0px;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 18px;
}
div.content{
    background-color: white;
    margin: 40px 8px 40px 8px;
    padding: 0px 8px 20px 8px;
    /*min-width: 350px;*/
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
}
h1{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px;
}
p.description{
   text-align: center; 
   max-width: 400px;
   display: inline-block;
   font-size: 14px;
}
.center{
    text-align: center;
    width: 100%; 
}
div.category{
    margin-bottom: 0px;
    overflow: visible;
}
div.separator{
  height: 1px;
  width: 100px;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
}
table.info{
    position:absolute; 
    bottom: 0; width: 100%; 
    color: white; 
    background-color: #6c829dc0; 
    height: 50px;
}
table.info td{
    text-align: center;
    vertical-align: top;
    font-size: 12px;
}
table.info th{
    vertical-align: bottom;
    padding-bottom: 8px;
    font-size: 14px;
}
img.info{
    display: block;
    max-height: 400px;
    object-fit: cover;
    min-height: 200px;
    background-color: lightgray;
}
div.info{
    position:relative;
}
div.col{
    width: 100%;
    margin-top: 20px;
}
div.col h2{
   text-align: center;
   text-transform: uppercase;
   font-size: 15px;
   border-bottom: 5px solid #6c829d;
   padding-bottom: 5px; 
}
div.col1{
    display: inline-block;
   /* margin-right: 10%;*/
   margin-bottom: 20px;
}
div.ingredients p{
    text-align: center;
    font-size: 14px;
    border: 1px solid lightgray;
    padding: 8px 0;
    margin-top: 4px;
    margin-bottom: 0;
}
table.instructions p.number{
    background-color: #6c829d;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0;
}
table.instructions td.instruction_step{
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
}
table.instructions td{
    vertical-align: top;
}
table.instructions tr{
    height: 40px;
}
@media only screen and (min-width: 768px) {
    div.content{
        margin: 60px 10% 80px 10%;
        padding: 0px 30px 30px 30px;
        min-width: 350px;
    } 
    table.info{
        height: 80px;
    }
    table.info td{
        font-size: 14px;
    }
    table.info th{
        font-size: 16px;
    }
    div.col{
        width: 45%;
    }
    div.col1{
        margin-right: 10%;
    }
    div.col2{
        float: right;
     }
}
@media only screen and (min-width: 900px) {
    div.content{
        margin-left: auto;
        margin-right: auto;
        width: 650px;
    } 
}