body:not(#tinymce)  {
    background-color: white;
}

#header {
    display: none;
}

#content {
    padding: 0;
    border: 0px;
}

#footer {
    display: none;
}

.container {
    width: 100% !important;
}

.iframe-logo {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 150px;
    height: 30px;
    background-image: url('/Style/Images/MP logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
}