.ucits-disclosure-wrapper{
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999999999999999999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ucits-disclosure-container{
    display: flex;
    max-height: 90%;
    height: 1024px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    max-width: 90%;
    width: 1024px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
.ucits-disclosure-content{
    padding: 20px;
    font-size: 16px;
    overflow-y:scroll;
    height: 100%;
    font-weight: 600;
    color: #000;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
}
.ucits-disclosure-content-title h2{
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    color: #0075c9;
}
.ucits-disclosure-content-text{
    text-align: left;
    margin-bottom: 20px;
}
.ucits-disclosure-accept{
    background: #0075c9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 20px auto;
    width: 152px;
    text-align: center;
}
.ucits-disclosure-accept:active{
    background: #0075c9;
}
.ucits-disclosure-accept:visited{
    background: #0075c9;
}
.ucits-disclosure-accept:link{
    background: #0075c9;
}
.ucits-disclosure-accept:hover{
    background: #0075c9;
}
.ucits-disclosure-accept:focus{
    background: #0075c9;
}


.move-to-bottom {
    position: absolute;
    bottom: 29px !important;
    right: 54px !important;
    display: block !important;
    text-align: inherit;
    z-index: 999999999999999999999999999999;
}
a.move-to-bottom-link {
    font-size: 38px;
    font-weight: bolder;
}
div#dis-tabs a {
    display: inline-block;
    margin: 5px;
    background: #0075c9;
    padding: 5px 19px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'lato';
}