/*#region Privacy Notice page Content Design*/

.privacyNotice {
    font-family: 'Roboto-Regular', sans-serif;
    width: 98%;
    line-height: 1.6;
}

.tblFact {
    width: 100%;
    border-spacing: 0;
    border: 1px solid black;
}

.FactsR1C1 {
    color: #fff;
    background-color: #000;
    font-size: 1.5em;
    font-weight: 400;
    width: 8%;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

.FactRC1 {
    color: #000;
    background-color: #D9D9D9;
    font-size: 1.5em;
    font-weight: 400;
    width: 8%;
    text-align: center;
    border: 1px solid black;
}

.FactsC2 {
    color: #000;
    background-color: #fff;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

.FactsC2J {
    color: #000;
    background-color: #fff;
    font-size: 0.8em;
    text-align: justify;
    padding-left: 10px;
    border: 1px solid black;
    padding: 10px;
}

.tblReasonWBdr {
    width: 100%;
    font-size: 0.8em;
    border: 1px solid black;
    color: black;
}

.tblReasonWBdr2 {
    width: 100%;
    font-size: 0.8em;
    border: 1px solid black;
    color: black;
}

.tblReasonWOBdr {
    width: 100%;
    font-size: 0.8em;
    border-spacing: 0px;
    color: black;
}

.trR1 {
    background-color: #D9D9D9;
    font-weight: bold;
    /*border-spacing: 1px;*/
}

.trR {
    background-color: #fff;
    /*border-spacing: 1px;*/
}

.tdC1 {
    width: 65%;
    text-align: center;
    border: 1px solid black;
}

.tdC2 {
    width: 20%;
    text-align: center;
    border: 1px solid black;
}

.tdC3 {
    width: 15%;
    text-align: center;
    border: 1px solid black;
}

.tdWOBC1 {
    width: 65%;
    text-align: center;
    border-left: 1px solid black;
}

.tdWOBC2 {
    width: 20%;
    text-align: center;
    border-left: 1px solid black;
}

.tdWOBC3 {
    width: 15%;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.tdWOBdrDTL {
    text-align: left;
    padding-left: 10px;
}

.tdWOBdrSTC {
    text-align: center;
}

.tdBdrDTL {
    text-align: left;
    border: 1px solid black;
    padding-left: 10px;
}

.tdBdrSTC {
    text-align: center;
    border: 1px solid black;
}

.tblLimit {
    width: 100%;
    font-size: 0.8em;
    border-spacing: 0px;
    text-align: center;
    border-collapse: collapse;
    color: black;
}

.tdLR1C1 {
    width: 15%;
    background-color: #D9D9D9;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.tdLR1C2 {
    width: 85%;
    background-color: #fff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 10px;
}

.tdLR2C1 {
    width: 15%;
    background-color: #D9D9D9;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
}

.tdLR2C2 {
    width: 85%;
    background-color: #fff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.tblWhoWe {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tdWhoWeR1C1 {
    background-color: #000;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    width: 20%;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

.tdWhoWeR2C1 {
    background-color: white;
    color: #000;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    border: 1px solid black;
}

.tdWhoWeRC1 {
    background-color: white;
    color: #000;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid black;
    padding-left: 10px;
}

.tdWhoWeRC2 {
    background-color: #fff;
    color: #000;
    font-size: 0.8em;
    border: 1px solid black;
    padding-left: 10px;
}

.tdWhoWeRC1G {
    background-color: white;
    color: #4F4F4F;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    padding-left: 10px;
}

.tdWhoWeRC2G {
    background-color: #fff;
    color: #4F4F4F;
    font-size: 0.8em;
    border: 1px solid black;
    padding-left: 10px;
}

.tblDefinition {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 0.8em;
    text-align: center;
}

.tdDefR1 {
    background-color: #000;
    color: #fff;
    height: 30px;
}

.tdDefR2C1 {
    background-color: #fff;
    color: #000;
    border: 1px solid black;
    width: 10%;
    padding-left: 10px;
    padding: 10px;
}

.tdDefR2C2 {
    background-color: #fff;
    color: #000;
    border: 1px solid black;
    width: 90%;
}
/*#endregion Privacy Notice page Content Design*/