.updateHistoryContainer{
    display:block; 
    width:98%; 
    max-width:685px; 
    height:auto;
    min-height:190px; 
    margin:0 auto -4px; 
    background-color:#e4d5b6;/*f5e4c4*/
    color:#000; 
    font-size:16px; 
    line-height:20px;
    border-radius:8px 8px 0 0;
    border:4pt solid #000;
    padding:.4pt .5pt 1pt;
}
.cl_bold {
    font-weight:bold;
}
.changeLabel {
    height:26px;
    padding-left:8px;
    border:1pt solid #000;
    border-bottom:none;
    color:#000;
    font-size:11px;
    font-weight:600;
}
.changeText {
    display:block;
    height:32px;
    padding:4px 8px;
    border:1pt solid #000;
    color:#000;
    font-size:18px;
    
}
.cl_date-version-wrapper{
    display:block; 
    width:100%; 
    height:auto; 
    min-height:58px;
}
.cl_lblDate {
    display:block;
    float:left;
    width:52%;
}
.cl_lblVersion{
    display:block;
    float:right;
    width:48%;
    border-left:none;
}

.cl_txtDate {
    float:left;
    width:52%;
    color:#000;
    font-size:18px;
    font-weight: bold;
}
.cl_txtVersion {
    float:right;
    width:48%;
    border-left:none;
    font-weight: bold;
}

.cl_txtDescription{
    display:block;
    width:100%;
    font-size:16px;
    line-height:20px;
    border:1pt solid #000;
    border-top:none;
    border-bottom:none;
    padding:8px 8px;
}
.cl_ItemsList{
    font-size:14px;
    line-height:18px;
}
.cl_events {
    width:100%;
    padding:6px 8px;
    border:1pt solid #000;
}
.cl_action {
    width:85px;
    padding:6px 8px;
    border:1pt solid #000;
}
.cl_section {
    width:110px;
    padding:6px 8px;
    border:1pt solid #000;
}
.cl_itemInfo{
    padding:6px 8px;
    border:1pt solid #000;
}
.cl_itemInfo a {
    color:#000;
    text-decoration: underline;
}