/**
* Print Stylesheet
*/


.cookie,
#t3-header,
.t3-sl-1,
.t3-sl-2,
.t3-sl-3,
.t3-sl-4,
.t3-sl-5,
.t3-sl-6,
.t3-navhelper,
#t3-footer {
    display: none !important;
    
}


body {
    background: white !important;
    color: #000 !important;
}

a[href]:after{
    content: none;

}