
.microToolDownloadButton,
.regformContainer .btn,
.mustAcceptCookieNote .btn,
.registrationPanel .btn {
    margin-top: .5em;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-decoration: none;
    background: #000;
    display: inline;
    font-size: 21px;
}



.downloadPDF {
    border: unset !important;
}

    .downloadPDF:hover {
        background-color: unset !important;
    }

.microToolDownloadButton:hover,
.regformContainer .btn:hover,
.mustAcceptCookieNote .btn:hover,
.registrationPanel .btn:hover {
    background-color: #ffde00 !important;
    color: #000;
}

.regformContainer {
    height: calc(100vh - 300px);
    background: #eaeaeaeb;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 62px;
}

.mustAcceptCookieNote {
    text-align: center;
}

.regContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}


.mustAcceptCookieNote, .mustAcceptCookieNote:hover {
    background: transparent !important;
}

.findingItem .icon p {
    height: 55px;
}
.keyFindingsBody h6 {
    font-size: 2em;
}