@media screen {

/*
.icons-on .contenttype-hunewsfolder {
    background: url(../contenttypes-sprite.png);
    background-position: 0 -646px;
    background-repeat: no-repeat;
    padding-left: 20px !important;
}
*/

div.hunewsfolder_entry {
    border-top: 1px solid #b2c1d1;
    margin-top: 1em;
    padding-top: 1em;
}

div.hunewsfolder_image_even img {
    float:right;
    padding-left: 30px;
    padding-bottom: 15px;
}

div.hunewsfolder_image_odd img {
    float:left;
    padding-right: 30px;
    padding-bottom: 15px;
}

div.news_text {
    min-height: 100px;
}

div.hidden_news_text {
    display: none;
}

div.newsletter_header img{
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
	height: auto;
}

}

@media print {
    body {
        background-color: white !important;
    }

    div#visual-portal-wrapper {
        border: 0;
    }

    div.newsletter_header img {
        max-width: 100%;
        height: auto;
    }

    div.more-url-text {
        display: none;
    }
}

