/* for iframes */
html.iframe,
html.iframe body {
    background: transparent;
}
html.iframe #global {
    min-width: 0;
}
html.iframe #container {
    width: auto;
}
html.iframe .sub-block-content {
    background: #fff;
}