.title {
    font-size: 20px;
    font-weight: bold;
}

.source {
    font-size: 12px;
    font-style: italic;
}

.notes, .directions {
    margin-top: 20px;
}

.notes:before {
    content: 'Note: '; 
    font-weight: bold;  
}

#pagebottom {
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    text-align: center;
}

#pagebottom span.divider {
    padding-bottom: 0;
    padding-left: 0.9em;
    padding-right: 0.6em;
    padding-top: 0;

}

#pagebottom a.ui-link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    color: #666666;
    font-size: 11px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.recipelink.new .name {
    color: #990000;
}