table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.element-title {
    margin-bottom: 2rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .element-title {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .element-title {
        margin-bottom: 2rem;
    }
}
/*.element-title:after {
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 1px;
    background-color: #414042;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .element-title:after {
        width: 40px;
    }
}
.element-title:before {
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 1px;
    background-color: #414042;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .element-title:before {
        width: 40px;
    }
}*/

.table-type-2 {
    width: 100%;
}
.table-type-2 tr {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.table-type-2 tr td {
    padding: 15px 25px;
    font-weight: 500;
    color: #fff;
}

.table-element {
    margin-left: auto;
    margin-right: auto;
/*    max-width: 800px;*/
}

.table-type-2 thead {
    font-family: 'Formation';
    font-size: 2rem;
}

.rhinepro .table-type-2 tr td {
    padding: 1.67rem 1rem;
    font-weight: 100;
    vertical-align: middle;
}

.border-top-0 {
    border-top; none;
}

.element-title.disclose {
    opacity: 0.8;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 2rem;
}


