﻿

.table {
    border: 1px solid black !important;
}

.policy-th tr th {
    background-color: #007052;
    color: white;
}


:root {
    --bs-body-bg: var(--bs-gray-100);
}

body {
    background-color: white;
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: black;
}

a, a:link, a:visited {
    color: #007052;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 20px 0 14px 0;
    font-weight: 500;
    color: #007052;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 0 0;
    font-weight: 500;
    color: #007052;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 5px 0;
    font-weight: normal;
}

.logo {
    display: inline-block;
    margin: 20px 0;
}

.header-tfn {
    font-weight: 400;
    font-size: 28px;
    color: #3C7E66;
    text-decoration: none;
    display: inline-block;
    margin-top: 45px;
}

    .header-tfn:hover {
        text-decoration: underline;
    }

.thick-line {
    height: 20px;
    background-color: #3C7E66;
}

.policy-th {
    color: #fff;
    background-color: #007052;
}

.text-right {
    text-align: right;
}

.content-tfn {
    white-space: nowrap;
}

.spacer-h20 {
    height: 20px;
}

.footer {
    margin-top: 100px;
    text-align: center;
    border-top: solid 1px #c0c0c0;
    padding: 20px 0;
}

.footer-link {
    margin: 0 10px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .txt-center {
        text-align:center!important;
    }
    .header-tfn {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
