
body {
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    width: 100%;
}

a, a:link, a:visited, a:active {
    color: #307c88;
    text-decoration: underline;
}

a:hover {
    color: #bf4b76;
}

p {
    margin-top: 8px;
    margin-bottom: 15px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2;
    margin: 15px 0px;
    color: #307c88;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.outer {
    max-width: 900px;
    margin: 15px auto;
}

.ad, .adspace {
    color: #aba9a8;
    font-size: 11px;
    text-align: center;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
}

.ad2 {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    float: none
}

.outer {
    width: auto
}

.Center {
    background-color: #fff;
    width: 8.5in;
    float: left;
}

#Outline {
    text-align: left;
    border: 5px solid #f1f1f1;
    padding: 30px;
}

#BlogContent p, #BlogContent h1, #BlogContent h2, #BlogContent h3, #BlogContent h4, #BlogContent h5, #BlogContent h6, #BlogContent ul, #BlogContent ol {
    display: none;
}

#BlogContent .recipe h2, #BlogContent .recipe h5, #BlogContent .recipe ul, #BlogContent .recipe ol {
    display: block;
}

#BlogContent .printrecipebutton {
    display: none;
}

#Outline .footer {
    border-top: 5px solid #f1f1f1;
    margin: 15px auto 0px;
    padding: 30px 0px;
    text-align: center;
    font-family: Georgia, serif;
    font-style: italic;
}

#print-link {
    display: table;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}

#print-link .cr, #print-link .cl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;

}
#BlogContent .recipe p, #BlogContent .recipe h1, #BlogContent .recipe h2, #BlogContent .recipe h3 {
    display: block }

.footer {
    background-image: url('/wp-content/themes/recipegirl/images/icon.png');
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 40px;
}
.flexbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flexbox .button {
    background: #f1f1f1;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 15px;
    border: 0px;
    display: block;
    width: 100%;
    margin: 0px 5px 5px 0;
    text-align:center;
}
input[type="button"] {
    background: transparent;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border: 0px;
    text-align:center;
}
.flexbox .button:hover {
background: #e5e5e5;
}