@font-face {
    font-family: "font2";
    src: url("../fonts/roboto-300.ttf");
}

@font-face {
    font-family: "font3";
    src: url("../fonts/Fredericka-the-Great-regular.ttf");
}

@font-face {
    font-family: "font4";
    src: url("../fonts/appleberry.ttf");
}


body
{
    width:100%;
    height:100%;
    background-color: black;
    font-size: 1.0em;
    font-family: font2;

}

#site
{
    max-width: 1024px;
    margin: 0em auto;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;    
}

#header, #navigation, #banner, #footer
{
    display: none;
    visibility: hidden;
}

.menu-toggle, .nav_main
{
    display: none;
    visibility: hidden;
}

a,img,h4
{
    display: none;
    visibility: hidden; 
}

#content
{
    background-color: white;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.content_wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.content_section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content_section h3{
    font-family: font4;
    font-weight: normal;
}

.detail_bumper i {
    display: inline;    
    padding-top: 10px;
    padding-left: 100px;
    color: #739701;
}

.detail_bumper h2 {
    padding-left: 0.5em;
    font-size: 2.0em;
    display: inline;
    font-family: font4;
    font-weight: normal;
    color: #646262;
}

.detail_bumper {
    width: 700px;
    margin: 0.5em, auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8F9F92;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #8F9F92;
}

.page_header {
    color: #739701;  
    vertical-align: middle;      
}

h3 {
    color: #739701;
}

.comment{
    font-size: 0.7em;
}

#show_ingredient_details {
    border-collapse: collapse;
    border-spacing: 0em;
}

#show_ingredient_details td {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #739701;
}