update_status {
    display: inline-block;
    font-weight: bold;
}
update_status:after{
    content:" - ";
    font-weight: normal;
}
update_text{
    display:inline;
    line-height: 1.6em!important;
}
update_ts{
    display:block;
    color:#555;
    font-size: 87%;
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #aaa;
    clear:both;
}
update_ts:last-child{
    border-bottom: 0;
}