.language-selector {
    display: none;
}

.billing-address {
    display: none;
}

.customer-info-wrapper {
    display: none;
}

.transaction-types {
    display: none;
}

.card-wrapper {
    display: none;
}

.purchase-description .item {
    display: none;
}

.payment-title {
    display: none;
}

label[for=wpf_form_card_holder]:after {
    _content: " (navn som det står på kortet, fx. John Jensen)";
    _content: " (name as it appears on card, e.g. John Doe)";
    _content: " (namn som det visas på kortet, t.ex. Anders Andersson)";
}

.transaction-type-form.credit_card h4 {
    display: none;
}

.transaction-types-form-container h4 {
    display: none;
}

.merchant-logo {
    display: none;
}

.payment-description .item {
    padding-top: 20px;
}

.payment-description h3 {
    _display: none;
}

.payment-description .amount {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.remember-card, .tac {
    margin: 0;
}

.remember-card div, .tac div {
    display: none;
}

.holder {
    max-width: 620px;
}