﻿.consentOption-table {
    display:table; 
    width:100%; 
    padding-left:10px;
}

.consentOption-table-row {
    display:table-row; 
    width:100%;
}

.consentOption-CommunicationType-Cell {
    display:table-cell; 
    width:50%;
}

.consentOption-OptIn-OptOut-Cell {
    display:table-cell; 
    width:50%;
}

.linkPrivacyPolicy {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;  
}

.bbminiform-designradio input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.consents {
    width: 100%;
}

.EmailOptOut {
    margin: 1px 0px 10px 0px;
    font-weight:bold;
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    /*font-weight: normal;*/
    margin-bottom: 0px;
}

.ConsentOptionHeader {
    width: 100%;   
    font-weight: bold;
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    /*font-weight: normal;*/
    margin-bottom: 0px;    
}

.center {
    text-align:center;
}

.ConsentSeparatorRow {
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.consent-footer {
    padding: 5px 10px 15px;
    text-align: left;   
}

.padding15{
    padding-left:15px;
}

.divConsentStatement {
    padding-left:10px;
}

.displayTable {
    display: table;
    width:100%;
}

.displayTableRow {
    display: table-row;
    width:100%;
}

.displayTableCell {
    display: table-cell;
}

.consentOption-header-OptIn-OptOut-Cell {
    display: table-cell;
    width:25%; 
    text-align:center;
    word-break:break-all;
}

.lblEmailOptoutHelpText {
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
}