/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 14:33:30 */
table:not([class]), table[class=""] {
    width: 100% !important;
    border-collapse: collapse;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    table-layout: auto;
    margin-bottom: 24px;
}

table:not([class]) td,
table:not([class]) th,
table[class=""] td,
table[class=""] th {
    border: 1px solid #d0d0d0;
    padding: 10px;
    color: #717171;
    vertical-align: top;
    font-size: 16px;
}

table:not([class]):not(:has(thead)) tbody tr:first-child td,
table[class=""]:not(:has(thead)) tbody tr:first-child td {
    background-color: #F0F7FF;
    color: #5274ad;
    vertical-align: top;
    text-align: center;
    font-family: 'Jost';
    font-size: 18px !important;
    font-weight: 500;
}

table:not([class]) thead th,
table[class=""] thead th {
    background-color: #F0F7FF;
    color: #717171;
    text-align: center;
    font-weight: 500;
    font-family: 'Jost';
    font-size: 16px;
    padding: 10px;
}

/* colspan */
table:not([class]) td[colspan],
table:not([class]) th[colspan],
table[class=""] td[colspan],
table[class=""] th[colspan] {
    background-color: #F0F7FF;
    color: #5274ad;
    font-weight: 500;
    text-align: center;
    font-family: 'Jost';
    font-size: 18px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.2 !important;
}

table:not([class]) td[colspan] *,
table[class=""] td[colspan] * {
    all: unset;
    display: inline;
}

table td[style*="pt"],
table th[style*="pt"] {
    width: auto !important;
}

table[style*="width: 96pt"],
table[style*="width:96pt"],
table[style*="pt"] {
    width: 100% !important;
}
table:not([class]) tbody tr td:first-child:not([colspan]),
table[class=""] tbody tr td:first-child:not([colspan]) {
    font-weight: bolder;
}


table:not([class]) tbody tr td:not(:first-child),
table[class=""] tbody tr td:not(:first-child) {
    font-weight: normal;
}