/* Hiding toolbar and border, and making the content full width to appear better in the iframe */

.toolbar-header.toolbar-title-default.ion-color.ion-color-dark.md.in-toolbar.hydrated {
    display: none !important;
}

.content {
    border: none !important;
}

.app.container {
    width: 100% !important;
}
.uploadedfile {
    display: none !important;
}