
.two_cols_container {
}
.two_cols_container:after {
    content: " ";
    display: block;
    clear: both;
}

.col_group {
    float: left;
    display: table;
    margin: 20px 0;
}
#greeting {
    width: 410px;
    margin-right: 30px;
}
#outline {
    width: 460px;
}

.col_group h3,
.col_group .col_group_content {
    display: table-cell;
    vertical-align: top;
}
.col_group h3 {
    padding: 0 6px;
}
.col_group .col_group_content {
    padding-left: 14px;
}
.col_group .col_group_content .indent_text {
    text-indent: 1em;
    font-size: 12px;
    line-height: 220%;
    margin-top: -8px;
    font-weight: 300;
}
.col_group .col_group_content .indent_text+.indent_text {
    margin-top: 0;
}
#sign {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    text-align: right;
    padding-top: 10px;
}
#sign_name {
    display: inline-block;
    padding: 10px 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
}
#sign img {
    margin: 0 0 1px 12px;
}

.col_group_content_table {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 220%;
    margin-top: -8px;
}
.col_group_content_table th,
.col_group_content_table .nowrap {
    white-space: nowrap;
    text-align: left;
    padding-right: 10px;
    width: 0;
}
.col_group_content_table td {
    width: 100%;
}
.col_group_content_table .smaller {
    font-size: 10px;
}

