.helpAnchorBox {
    display: inline;
    position: relative;
}

.helpBox {
    font-weight: normal;
    width: 350px;
    background-color: #445361;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    position: absolute;
    left: 18px;
    top: 4px;
    display: none;
}

.helpBoxLink {
    margin-top: 10px;
}

.helpBoxLink a {
    color: white;
    text-decoration: underline;
}

.confirmationSelectedSummary {
    width: 600px;
}

.confirmationSelectedSummary div.subsection div.headerBar {
    background-color: #CCE2E6;
    padding: 3px;
}

.confirmationSelectedSummary div.subsection div.body {
    background-color: #EEEEEE;
    padding: 5px;
}

div.confirmationSelectedSummary div.receiptStats div.body div.headings {
    margin-right: 15px;
    float:left;
}

div.confirmationSelectedSummary div.receiptCriteria div.body div.headings {
    margin-right: 15px;
    float:left;
}

div.confirmationSelectedSummary div.receiptCriteria div.body table.receiptCriteriaData {
    width: 100%;
}

div.confirmationSelectedSummary div.receiptCriteria div.body table.receiptCriteriaData td {
    padding: 1px 0px;
}

div.confirmationSelectedSummary div.receiptCriteria div.body table.receiptCriteriaData td.heading {
    width: 25%;
    vertical-align: top;
}

div.confirmationSelectedSummary div.receiptCriteria div.body table.receiptCriteriaData td.data {
    width: 70%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.confirmationSelectedSummary div.tableSpace {
    min-height: 20px;
}

.warning {
    color: red;
    font-weight: bold;
}

.lightboxWhiteBackground {
    background-color:#FFFFFF;
}

hr.constituentPreviewDivider {
    width: auto;
    margin: 20px 0px;
}

.previewLineText {
    display:inline;
}

.previewLineValue {
    display:inline;
    float:right;
}

.lightboxStyling {
    min-width: 300px;
    width: auto !important;
    padding: 20px;
}

.previewSubsection {
    margin-bottom: 15px;
}

#previewCancel {
    cursor: pointer;
}

#preview {
    float: right;
    margin-left: 20px;
}

#constituent_previewouter-box {
    float: left;
    display: inline-block;
}

div.generationDetailSubsection {
    margin-bottom: 50px;
}

.subsectionHeading {
    font-size: 22px;
    margin-bottom: 10px;
}

.detailHeading {
    font-weight: bold;
}

.statusDetail {
    margin-bottom: 10px;
}

div.audienceHeading {
    float: left;
    padding-right: 5px;
}

div.statisticSubsection {
    margin-bottom: 10px;
}

div.statisticSubsection div.subsectionHeading {
    font-size: 18px;
}

table.receiptStats td {
    padding: 5px;
}

span.errorState{
    color: red;
}

#generationError {
    padding-left: 20px;
}