.bankselect-email {
    width:300px;
    max-width:100%;
    height:40px;
    margin:0 auto 20px auto;
    background-color:white;
    border:1px solid #d4d4d4;
    border-radius: 1px;
    padding:0 10px;
    outline:none;
}
.content-area-report h3.ch-title-header {
    margin-top: 25px;
}
h3.ch-title-header, h1.ch-title-header {
    font-size: 16px;
    border-bottom: 2px solid #4294c0;
    margin-bottom: 10px;
}
h3.ch-title-header span, h1.ch-title-header span {
    font-size: 16px;
    padding: 5px 16px 3px 16px;
    color: white;
    display: inline-block;
    background: #4294c0;
    font-weight: normal;
}
.rapport-pakket {
    padding:35px 35px 20px 35px;
}
@media (max-width:767px) {
    .rapport-pakket {
        padding:35px 20px 20px 20px;
    }
}
.rapport-pakket p {
    margin-top: 15px;
    line-height: 2rem;
}
.rapport-pakket p span.highlight {
    font-weight:bold;
}
.rapport-pakket #bankselect {
    text-align: left;
    margin-top: 30px;
}
.btn.btn-yellow {
    display: inline-block;
    padding: 18px 30px;
    background-color: #ee7a33;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    font-size: 15px;
}
.btn.btn-yellow:hover {
    background-color:#db702e;
}
.btn.btn-full-width {
    display: block;
    width: 100%;
}
.btn.btn-yellow.btn-yellow-download {
    padding: 23px 45px;
    font-size: 18px;
}
.content-area-report .btn.btn-yellow {
    margin-top: 30px;
}
.rapport-pakket #step1 strong {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
.rapport-pakket #step1 a.download-without-email {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: black;
    font-size: 12px;
    text-decoration: none;
}
.rapport-pakket #step1 a.download-without-email:hover {
    text-decoration: underline;
}
.content-area {
    background:transparent;
}
.rapport-pakket {
    border:1px solid #a1a1a1;
    box-shadow:none;
}
.rapport-pakket #bankselector {
    width:273px;
    margin-left:20px;
    padding:0 10px;
}
.rapport-pakket #kentekenselect h2 {
    margin-top:25px;
}
@media (max-width:430px) {
    .rapport-pakket .checkmarks div {
        padding-left: 30px;
        font-size: 12px;
        margin-top:0;
    }
}
@media (max-width:767px) {
    .rapport-pakket #bankselector {
        width:100%;
        max-width:none;
        margin-left:0;
    }
}