.addButton, .button, #header, #share_buttons, #buttonBar, #controls, #itemSelectionControls, .parent > .name, #bottomLinks, #proPitchBottomRight, #getMoreSpaceButtonTopLeft, #shared_notice, .pageStar, #savedViewHUD, .edge, .corner, .footer {
    display: none !important;
}

#documentView {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color:black;
}

/* Browsers don't print background-images, so we need to insert a
   "foreground" image for the bullet. Note that I made this use a
   black bullet (rather than off-black) but it wasn't showing up on
   the first attempt at printing because the browser hadn't loaded the
   image from the server yet. So just using normal bullet. */
.bullet::before {
    content: url(/media/i/bullet.svg);
}

.bullet {
    /* Don't show .addedShared box shadow */
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#pageContainer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page {
    width:auto;
    border:none;

    /* Add space at top of page so there is some margin. */
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    min-height:10px !important;
    box-shadow:none !important;
}

.selected{
    border-top:none !important;
}

#site_message{
    display:none;
}

.mainTreeRoot{
    min-height:0px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.children{
    border-left:none;
}

.notes > .content{
    height:auto !important;
    display: block !important;
    -webkit-line-clamp: none !important;
}

.siteSlogan{
    display:none;
}

#keyboardShortcutHelper{
    display:none !important;
}

