head:has(link[rel="canonical"][href*="/keep-me-informed"])+body .gigya_form .gigya-composite-control-active.gigya-screen .subscribe-thank-you p {
    text-align: center !important
}

table.dbe-table2{
        border-spacing: 0px;
        width: 100%;
    }

table.dbe-table2 td {
    border-bottom: 1px solid white;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
}

table.dbe-table2 td:first-child {
    min-width: 114px;
    width: 24%;
    text-align: center;
    background-color: #3C6CB5;
}

td.top-border {
    border-top: 1px solid white;
}

table.dbe-table2 td:nth-child(2) {
        padding-left: 24px;
    }

table.dbe-table2 tr:nth-child(odd) td:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.1);
}


@media screen and (min-width: 1200px) {
    table.dbe-table2{
        margin-top: 16px !important;
        margin: auto;
        min-height: 795px;
        max-width: 828px;
    }

    table.dbe-table2 td {
        font-size: 16px;
        line-height: 24px;
    }

     table.dbe-table2 td:nth-child(2) {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* First table dbe1 */

table.dbe-table1{
        border-spacing: 0px;
        width: 100%;
    }

table.dbe-table1 td:first-child {
    width: 25%;
    padding: 9px 10px 9px 10px;
    background-color: rgba(242, 103, 47, 1) !important;
}

table.dbe-table1 th {
    text-align: center;
    border-right: 2px solid #1A1A1A;
    padding: 7px 7px 7px 5px;
}
table.dbe-table1 th:last-child {
    border: 1px solid #333333;
}

table.dbe-table1 td {
    padding: 9px 0px 9px 0px;
    text-align: center;
    border-bottom: 1px solid white;
}

table.dbe-table1 td:last-child {
    padding: 9px 5px 9px 5px;
    text-align: left;
}

table.dbe-table1 td:nth-child(3) {
    padding: 9px 5px 9px 5px;
}


table.dbe-table1 tr:first-child {
    background-color: rgba(60, 108, 181, 1);
}

table.dbe-table1
{
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
}

span.break-word {
       font-weight: 700 !important;
    line-height: 13px !important;
    font-size: 11px !important;
    word-break: break-all;
}

   span.hide-text{
    font-weight: 700 !important;
    line-height: 13px !important;
    font-size: 11px !important;
}

table.dbe-table1 tr:nth-child(3) td, table.dbe-table1 tr:nth-child(5) td, table.dbe-table1 tr:nth-child(7) td {
  background-color: rgba(255, 255, 255, 0.1);
}





@media screen and (min-width: 1200px) {

    table.dbe-table1{
        margin: auto;
        max-width: 828px;
    }

    span.break-word {
    line-height: 24px !important;
    font-size: 16px !important;
}

    span.hide-text{
    display: none;
}

    table.dbe-table1 th 
    {
        font-size: 16px;
        line-height: 24px;
        padding: 18px 0 18px 0;

    }

    table.dbe-table1 td:first-child {
    font-size: 16px;
    line-height: 24px;

}

    table.dbe-table1 td{
    padding: 10px !important;
    font-size: 16px;
    line-height: 20px;
    }

    table.dbe-table1 th:nth-child(3) {
    width: 130px;
}

table.dbe-table1 th:nth-child(2) {
    width: 160px;
}
}

