@media print , aural , braille , embossed , handheld , tty {
    img,.logo {
        border: 0px;
        padding: 0;
        margin: 0;
    }
    /*stuff wich is not needed for print version**/
    #navContain,#enlarge,#filter,#subNavTop ul,.breadCrumb,#textSize,#module,#printShare,#footer div,.page,#introbg,.countrycontainer,#ticker_wrapper,#iw-vpreview,#referenceHeader,#references,#modules,div.modules {
        display: none !important;
    }
    /*publications*/
    #forms h1 {
        padding: 0;
        margin: 0;
    }
    div.accordion_content {
        margin: 0 !important;
        padding: 0 !important;
        display: inline !important;
    }
    span.accordion_toggle {
        clear: both;
        display: none;
        padding: 0;
        margin: 0;
    }
    span.accordion_toggle accordion_toggle_active {
        clear: both;
        display: block !important;
    }
    #content {
        clear: both;
        display: inline !important;
    }
    div.contain {
        padding-bottom: 10px !important;
    }
    #footer p {
        border-top: 1px black solid;
        clear: both;
        display: block;
        text-align: left;
        margin-top: 20px;
        padding: 20px 0 0 20px;
        font-family: Arial, Helvetica, san-serif;
        font-size: 70%;
    }
}
