body {
    background: white;
}
.header {
    border-bottom: 2px solid #ccc;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
}
.header-logo img {
    content:url('../img/kompare_inverse.png');
}
.header-help {
    color: black;
}
.date-container {
    margin-top: 20px;
}
.owner {
    margin-top: 0;
    margin-bottom: 10px;
}
.calculation-list {
    margin-top: 20px;
}
.calculation-list .subitem-text-short .toggle-info {
    display: none;
}
.calculation-list .subitem-text-long {
    display: none;
}
.calc-note {
    margin-top: 15px;
    margin-bottom: 20px;
}
.terms {
    margin-top: -10px;
    margin-bottom: 0;
}
.general-payment {
    margin-top: 20px;
}
.payment {
    display: none;
}
.general-payment h1 {
    display: none;
}
.general-payment-attach {
    page-break-before: always;
    border-top: 0;
}
.general-payment-attach .scissors {
    display: none;
}