.item_fields{
    width: 100%;
    margin-bottom: 18px;
}

.item_section, .item_subsection, .item_group {
    border: none;
    clear: left;
}

.item_title, .item_description {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
    display: block;
}

.item_group .item_title {
    width: calc(33.3% - 16px);
    float: left;   
}

.item_group .item_description {
    width: calc(66.6% - 16px);
    float: left;
}  

.cil-ii-section {
    text-transform: uppercase;
    font-weight: bold;
}

.cil-ii-subsection {
    text-indent: 2em;
    font-weight: bold;
}

.cil-ii-subsection-2nd {
    text-indent: 4em;
    font-weight: bold;
}

.cil-ii-subsection-3rd {
    text-indent: 6em;
    font-weight: bold;
}

.right {
    float: right;
}

#sectionpersona::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
