.noprint {
    display: none;
}

#header, #logos, #menu, #credit, #footer, #language, .designphoto, .content_left, #tab_special .menu {
    display: none;
}

body, #main {
    background-color: #fff;
    background-image: none;
    color: black;
}

body, table, td, th, input, textarea {
    font-family: 'Times New Roman', serif;
}

a {
    color: #000;
}

.discussion .add, .discussion .summary, .discussion .message .reply {
    display: none;
}


html {
    box-sizing: border-box;
}

*, :before, :after {
    box-sizing: inherit;
}


.site-header,
.hp-carousel-section,
.breadcrumb,
.product-detail__benefits {
    display: none;
}

.button {
    height: auto;
}