﻿
.sections {
    list-style: decimal;
    font-weight: bold;
    font-size: 1.1em;
}

.sections > li >span {
    font-size: .9em;
    font-weight: normal;
}

.section {
    width: 95%;
    margin: auto;
    margin-top:20px;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

li .section table {
    width: 100%;
}

li .section table, div .section table th, div .section table td {
    border: 1px solid black;
    padding: 5px;
}


#PrivacyPolicy ol{
    padding-inline-start: 15px;
    padding-left:15px;
}

#PrivacyPolicy ol li.Header {
    font-weight: bold;
    font-size: 1.1em;
}

#PrivacyPolicy table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
#PrivacyPolicy table th, #PrivacyPolicy table td {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}





#TermsAndConditions {
    font-family: Verdana;
    font-size: 14px;
    color: #333;
}

.TermsAndConditions li {
    padding: 10px;
}

#TermsAndConditions div:not(:first-child) {
    margin-top: 20px;
}

.heading{
    font-weight:bold;
    font-size:1.1em;
}

