/*
 * alive_health_notes.css
 *
 * CSS for Alive Health Notes.
 *
 * By Don Hopkins, NutritionQuest.
 */

img.floatLeft { 
    float: left; 
    margin: 4px; 
    clear: both;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
    clear: both;
}

img.floatLeftWide { 
    float: left; 
    margin: 6px; 
    padding-right: 16px;
    clear: both;
}

img.floatRightWide { 
    float: right; 
    margin: 10px; 
    clear: both;
}

.Note {
    font-size: 100%;
    color: #333333; 
}

.Note p {
}

.Note ul li {
    list-style-type: disc;
    list-style-position: inside;
    background: None;
    padding: 0px 0px 0px 0px;
    color: #333333;
}

.Note ol li {
    list-style-type: decimal;
    font-weight: normal;
    list-style-position: inside;
    padding: 0px 0px 0px 0px;
    background: None;
}

.Note h1 {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 160%;
    font-weight: bold;
    color: #006699;
    line-height: 1.4em;
}

.Mobile .Note h1 {
    font-size: 130%;
    line-height: 1.3em;
}

.Note h2 {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    border: 0;
    padding: 0px;
    font-size: 135%;
    font-weight: bold;
    color: #ff6633;
    line-height: 1.4em;
}

.Mobile .Note h2 {
    font-size: 120%;
    line-height: 1.2em;
}

.Note h3 {
    font-family: Verdana, Geneva, sans-serif;
    margin: 5px 0;
    border: 0;
    padding: 0px;
    font-size: 115%;
    font-weight: bold;
    color: #333333;
    line-height: 1.4em;
}

.Mobile .Note h3 {
    font-size: 110%;
    line-height: 1.3em;
}

.Note h5 {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    border: 0;
    padding: 0px;
    font-size: 75%;
    font-weight: normal;
    color: #333333;
}

.at-vertical-menu {
    top: 30%;
}

.at4-follow {
    background-color: white;
}

.email_link {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background: transparent url(/static/images/email_16.png) no-repeat 2px 0px;
    padding-left: 22px;
    text-decoration: none;
    color: black;
}

.email_link:hover {
    color: black;
    opacity: 0.75;
}

.HealthNotesLibrary_Share_Row iframe {
    z-index: 1000;
}