#pagetitle{
    font-size: 32px;
    line-height: 42px;
    max-width: 650px;
    margin-bottom: 0;
}
.innerCell > .toc-macro > h1{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #20283A;
}

.page-container .page-title{
    margin: 20px 0;
}
.contentLayout2{
    margin-bottom: 60px;
}
.contentLayout2 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333C51;
    margin: 20px 0;
}
.contentLayout2 p span{
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 400!important;
}

.contentLayout2 .innerCell > p > strong{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #20283A;
}

.contentLayout2 ul{
    padding-left: 24px;
}

.contentLayout2 li{
    padding: 4px 0;
}


.contentLayout2 .relative-table .highlight-grey{
    border-bottom: 1px solid #D0D0D0!important;
    padding: 0;
}

.contentLayout2 .wrapped td{
    border: 1px solid #CCCCCC;
    padding: 20px 5px;
    vertical-align: top;
}
.contentLayout2 table.wrapped tr td p{
margin: 0 5px;
}


.contentLayout2 .toc-macro > div:last-child a{
    display: block;
    /* margin: 16px 0; */
}

.contentLayout2 table.relative-table.wrapped tr:nth-child(2) td{
    padding-top: 16px;
}


.contentLayout2 table.relative-table.wrapped tr td{
    padding: 0;
    border: transparent;
    box-sizing: border-box;
}

.contentLayout2 table.relative-table.wrapped tr td p{
    margin: 16px 0;
}

.contentLayout2 table.relative-table.wrapped tr td:not(:first-child){
padding-left: 60px;
}

.contentLayout2 table.wrapped tr td:first-child{
    min-width: 220px;
    }

.contentLayout2 table.relative-table.wrapped tr td p, .contentLayout2 table.relative-table.wrapped tr td li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333C51;
}

.contentLayout2 .relative-table tr:first-child .highlight-grey .western{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #616E8F;
    margin: 20px 0 8px;

}

.contentLayout2 .relative-table tr:not(:first-child) .highlight-grey .western{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333C51;
    margin: 20px 0 8px;

}

.doc-layout th {
    text-align: center;
    background: #f8f8f8;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 7px;
}

.doc-layout th,
.doc-layout td {
    padding: 5px 7px;
    border: 1px solid #ccc;
}

.page-news .description-white-box p {
    text-align: unset;
}

.doc-layout tr {
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.doc-layout p[align="center"] {
    text-align: center !important;
}

.doc-layout p[align="center"] strong {
    text-align: center !important;
}

.doc-layout tr p {
    padding: 0;
    margin: 0;
}

.doc-layout table {}

.doc-layout ul {}
.doc-layout ul li{
    line-height: 1.5;
    padding: 7px 0;
    color: #071C27;
    font-weight: 400;
}

ul li{
    line-height: 1.5;
    padding: 7px 0;
    color: #071C27;
    font-weight: 400;
}

.doc-layout th {
    text-align: center;
    background: #f8f8f8;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 7px;
}

.doc-layout th,
.doc-layout td {
    padding: 5px 7px;
    border: 1px solid #ccc;
}

.page-news .description-white-box p {
    text-align: unset;
}

.doc-layout tr {
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.doc-layout p[align="center"] {
    text-align: center !important;
}

.doc-layout p[align="center"] strong {
    text-align: center !important;
}

.doc-layout tr p {
    padding: 0;
    margin: 0;
}

.doc-layout table {}

.doc-layout ul {}
.doc-layout ul li{
    line-height: 1.5;
    padding: 7px 0;
    color: #071C27;
    font-weight: 400;
}

.doc-layout ul li p{
    margin-top: 0;
    margin-bottom: 0;
}

table.relative-table.wrapped{
    width: 100% !important;
    border-collapse: collapse;
}
table.relative-table.wrapped tr{

}
table.relative-table.wrapped tr th{
    padding: 5px;
    font-size: 12px;
    /* line-height: 120%; */
}
table.relative-table.wrapped tr td{
    padding: 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    vertical-align: top;
    font-size: 12px;
    line-height: 120%;
}
table.relative-table.wrapped tr td p,
table.relative-table.wrapped tr td li{
    font-size: 12px;
    line-height: 120%;
}
table.relative-table.wrapped tr td ol{
    padding-left: 5px !important;
}
table.relative-table.wrapped tr td li{
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .table-wrap {
        width: 100%;
      overflow-x: auto;
    }
}