body, html
{
    /*font-family: "Open Sans", Verdana, Sans-Serif;*/ /* Already in screen */
    font-size: 9pt;
    /*font-size: 12px;*/
    line-height: normal;
}
body
{
    background-color: #fff;
    background-image: none;
    background: #FFFFFF none repeat scroll 0 0; /*!important*/
}
.layout__content
{
    max-width: 100%;
    margin: 0;
    display: block;
}
#co_auth_check_authiframecontainer,
.layout__moodboard-logo-container,
.layout__background,
.layout__top_menu,
.layout__breadcrumbs,
.layout__footer
{
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}

@page
{
    size: auto;
    margin: 25mm 10mm 25mm 10mm;
}



/* Print @media print {} */
.container
{
    width: 100% !important;
    max-width: 100% !important
}
#printheader
{
    width: 100%;
    height: 2.59cm;
    position: relative
}
#printheader svg
{
    height: 2.59cm !important;
    width: auto !important;
}
#printheader img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 3.28cm!important;
    height: 2.59cm!important;
    z-index: 1000
}




/* FROM CMS PRINT CSS */
#content h1,
#content .h1
{
    font-size: 12pt;
}
#content h2,
#content .h2
{
    font-size: 10.5pt;
}
#content
{
    margin: 0;
}
div#content
{
    width: auto;
}