.header-top-text {margin: 0 -15px;}
.header-top-text:after {
    display: table;
    clear: both;
    content: " ";
}
.header-top-left {
    float: left;
    font-size: 14px;
    line-height: 1.2;
    width: calc(100% - 84px);
    padding: 2px;
    text-align: left;
}
.header-top-right {
    width: 84px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: relative;
    z-index: 20;
}
.header-top-right .price-box > div {
    padding: 2px 4px;
}
.header-top-right .price-box-line1 {
    background-color: #000;
    color: #fff;
}
.header-top-right .price-box-line2 {
    background-color: #fff;
    color: #000;
    border: solid #000;
    border-width: 0 1px 1px;
}
.header-top-right .price-box-line3 {
    background-color: #000;
    color: #fff;
}
.legal-lines {
    line-height: 1;
    margin: 0 -10px;
}
.pricing-lines-nl {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 30px;
    line-height: 1.2;
    text-align: center;
}
.pricing-text {display: none;}

/* NL DCB */
.dcb .header-top-left {
    width: calc(100% - 30mm);
}
.dcb .header-top-right {
    width: 30mm;
    font-family: Arial,Verdana;
}
.dcb .header-top-right .price-box > div {
    height: 9mm;
    line-height: 9mm;
    border: solid #000;
    border-width: 0 1px 1px;
}
.dcb .header-top-right .price-box .price-box-line3 {
    color: #f9ef14;
    border: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    height: auto;
}

/* SUCCESS PAGE */
.success-instructions {display: none;}

/* MEDIA QUERY */
@media(min-width:375px){
    .legal-lines {margin: 0;}
}
@media(min-width:768px){
    .legal-lines {line-height: inherit;}
}
@media(min-width:1170px){}