﻿.clsOptIn,.clsOptOut {
width: 40%;
border-spacing: 0;
border-collapse: collapse;
display: block;
float: left;
}

.rblOptInOptOut {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.div-radio-button-list {
    width: 50%;
    float: left;
    text-align: left;
}

.div-table-row {
    width: 100%;
    overflow: hidden;
}
.div-table-row.border{
    display:none;
}
.div-table-cell-width20 {
    float: left;
    width: 40%;
    text-align: left;
    overflow:hidden;
    word-wrap:break-word;
}

.div-table-cell-width50 {
    width: 150px;
    float: left;
    word-wrap:break-word;
}
.div-table-row .consentOptionType
{
    background: #dcdcdc;
    text-align: right;
}
.div-table-cell-width50-header {
    width: 60%;
    float: left;
    text-align: left;
    word-wrap:break-word;
  
}

.div-table-cell-width20-header {
    float: left;
    width: 20%;
    text-align: left;
    word-wrap:break-word;
}

.Link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.div-help-statememnt {
    width: 90%;
    word-wrap:break-word;
}
.helptext,.divTitle{
word-wrap:break-word;
}
.ConsentSeparatorRow{
    font-weight:bold;
    margin-bottom:5px;

}
.h1-title {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    clear: both;
   
}

.FieldRequired {
    color: #df0000;
}
.PrivacyPolicy {
    margin-top: 3%;
}
.chkLabel {
    word-wrap: normal;
    word-wrap:break-word;
}

.rptr-header {
    background-color: #efefef;
    height:auto;
}

.rptr-odd-row {
    background-color: #ffffff;
    height: auto;
    padding-bottom: 5px;
}

.rptr-even-row {
    height: auto;
    padding-bottom: 5px;
}
.divPaddingBottom{
    padding-bottom:25px;
}

.displayNone {
    display: none;
}