﻿@media print { /* also included with media=print! */
    .hiddenVisually,
    .skiplink {
        display: none;
    }
    #backButton,
    #hrefPrintTop,
    #hrefPrintBottom,
    .warenkorbDetailControlButtons,
    .prodTdButton,
    .ekwDetailLink,
    .userControlHeader {
        display: none;
    }
    /* copied from main because that is screen only */
    .ekwDetailSummenTable td.sumLabel {
        text-align: right;
        vertical-align: top;
        width: 31%;
    }
    .ekwDetailSummenTable td.sumValue {
        text-align: right;
        vertical-align: top;
        width: 19%;
        padding-left: 35px;
    }
    .warenkorbtable .aspLinkButton {
        display: none;
    }
}