
body {
    margin-left: 0px;
    margin-right: 0px;
    font-family:Calibri,Arial,DejaVu, Tahoma,sans-serif !important;
    font-size: 11pt;
}

thead th {
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 7px;
    
}
.page-footer {
    border-top: 1px solid #ddd;
    page-break-after: always;
    padding-top: 5px;
    font-size: 14px;
}
hr {
    height: 1px;
    background-color: #989898;
    border: none;
    margin: 0px;
}

.recipe-inline {
    display: inline-block;
}

.recipe-title {
    font-size: 23px;
    margin: 0 0 0 0;
    padding: 0;
}
.recipe-title-break {
    font-size: 23px;
    margin: 0 0 0 0;
    padding: 0;
    page-break-before: always;

}

.recipe-photo-main {
    margin-left:auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

.recipe-photo-additional {
    display: inline-block;
    margin: 0 10px 5px -15px;
    float:left;
}

.recipe-header {
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0;
}

.recipe-list {
    margin: 0 0 0 15px;
    padding:0;
}

.float-list li {
/*    display: inline;*/
/*    float: left;*/
list-style-position: inside;
padding-left: 5px;
text-indent: 10px;
}

.clear {
    clear:both;
}


.recipe-footer {
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    color:#444;
    border-top: 1px solid #ddd;
    bottom: 0.6cm;
    position: fixed;
    padding-top: 2px;
    clear:both;
    
}

.recipe-footer img {
 margin-left: auto;
 margin-right: auto;
 display: block;
}
.recipe-time {
    margin: 0;
    padding:0;
}

.recipe-spacer {
    height: 80px;
}

.center {
    margin-left: auto;
margin-right: auto;
display: block;
}



