* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

li {
    list-style: none;
}

a {
    color: #0563c1;
}

.policy-date {
    text-align: center;
    font-size: 14px;
}
.policy-reference {
    font-weight: 600;
}
.policy-text-indent {
    text-indent: 32px;
    /* margin-bottom: 12px; */
    line-height: 26px;
}
.policy-table-indent {
    text-indent: 32px;
    margin-bottom: 12px;
}
.policy-font-weight-600 {
    margin-top: 12px; 
    font-weight: 600;
}

.policy-title {
    text-align: center;
    font-size: 24px;
}

.policy-sub-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.policy-nest-title {
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 10px;
    font-size: 16px;
}

#policy-content {
    border-radius: 14px;
    margin: 12px;
    padding: 12px;
    background-color: #eee;
}

.list-style-disc {
    list-style: disc;
}

.policy-table {
    margin: 20px auto;
}

.policy-table-header td {
    background: #bcbaba;
    padding: 10px;
    border: 2px solid #000;
    border-right: none;
    font-weight: 600;
}

.policy-table-header td:last-child {
    border: 2px solid #000;
}

.policy-table-body td {
    padding: 10px;
}

.policy-table-body td {
    padding: 10px;
    border: 2px solid #000;
    border-right: none;
    border-top: none;
    font-weight: 600;
}

.policy-table-body td:last-child {
    border: 2px solid #000;
    border-top: none;
}

.policy-table-body td:last-child {
    border: 2px solid #000;
    border-top: none;
}

.jump_button {
     border: 0px solid #fff;
     border-top: none;
 }
