﻿
table.fees-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
}

table.fees-table th {
    background-color: #4a90e2;
    color: #fff;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
}

table.fees-table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.sub-title {
    font-weight: bold;
    font-size: 15px;
}

.note {
    font-size: 12px;
    color: #333;
}




table.policy-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    font-size: 14px;
}

    table.policy-table th {
        background-color: #4a90e2;
        color: #fff;
        padding: 10px;
        text-align: left;
        border: 1px solid #ccc;
    }

    table.policy-table td {
        padding: 10px;
        border: 1px solid #ccc;
        vertical-align: top;
    }

.section-title {
    font-weight: bold;
    background: #f4f4f4;
}

.sub-label {
    font-weight: bold;
    color: #333;
}

