/* Suppress the person icon by my username */
 
li#pt-userpage {
    background: none;
}

/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}