		ul.latest-updates {
    list-style: none;
    padding: 0;
}
ul.latest-updates li:nth-of-type(odd) {
    background: #ececec;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.latest-updates li {
    background: #ffffff!important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 4px;
	
}
.latest-updates li {
    letter-spacing: .001em;
    font-size: 13px;
    margin: 11px 0;
}
ul.latest-updates li img {
    max-width: 66px;
    padding: 8px;
    display: inline-block;
    width: 15%;
}

.latest-updates .desc {
    margin-top: 8px;
}
.latest-updates .desc {
    display: inline-block;
    width: 85%!important;
    padding-top: 6px;
}

.latest-updates .label-info {
    display: inline-block;
    padding: 2px 4px;
    font-size: 13.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
} 

.list-inline.preview-btn.text-center {
    display: flex;
    list-style: none;
}
.list-inline.preview-btn.text-center li {background: #202020e3;color: #ffffff;border-color: #ffffff;padding: 3px 11px;margin-right:5px;}

.list-inline.preview-btn.text-center li a {
    color: #ffffff;
    border-color: #ffffff;
} 

li.list-inline-item.l1:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    color: #fff;
    padding: 2px 0 0 15px;
    display: inline-block;
}


li.list-inline-item.l2:after {
    content: '\f02d';
    font-family: 'FontAwesome';
    color: #fff;
    padding: 2px 0 0 15px;
    display: inline-block;
}
li.list-inline-item.l3:after {
    content: '\f108';
    font-family: 'FontAwesome';
    color: #fff;
    padding: 2px 0 0 15px;
    display: inline-block;
} 