html, body { background: white !important; }

div#menudiv,
*#endOfPage,
*#vistabar,
*.ribbonTabs,
*.menu {
    display: none !important;
}

iframe#frameBody {
    min-width: 780px;
    min-height: 1000px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -o-fit-content !important;
    height: -ms-fit-content !important;
    height: fit-content !important;
}
