/*
 * This shows only if the page is being viewed in an iframe, to hide the header and other stuff.
 */

body div#wrapper, html, body {
    background: none transparent;
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none;
}
div#topNav, .mobileTopNavLink, #logo_1, #searchBox, #mainNav, div#footer {
    display: none;
}
div#mainContent {
    width: 100% !important;
    max-width: 100% !important;
}
.plainTextWidget, div#columnRight, .addCommentButton {
    display: none;
}
div#columnLeft {
    width: 96%;
    padding: 20px 2% 120px;
    background: url(/communityplatform/public/images/community/nla/lincc.png) no-repeat center bottom;
}
