/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#wpcontent {
    padding-left: 0;
}

#wpbody-content {
    padding-bottom: 0;
    height: calc(100vh - 72px);
}

.wordpress-invoices-plugin-iframe {
    width: 100%;
    height: 100%;
}