.timeline {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 16px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
	margin-bottom:5px;
}
.timeline > li > .fa {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    background-color: rgb(210, 214, 222);
    border-radius: 50%;
    text-align: center;
    left: 3px;
    top: 0;
}
.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background:rgb(240,240,240);
    color: #000;
    margin-left: 45px;
    padding: 0;
    position: relative;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 13px;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 6px 8px;
    font-size: 15px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 6px 8px;
	font-size: 13px;
}
.bg-red{
    background-color:#F30 !important;
}
.bg-yellow{
    background-color: #ffaa00 !important;
}
.bg-green{
    background-color:#0C6 !important;
}
.bg-gray{
    background-color:#CCC !important;
}

.bg-light-green{
  background-color: #65FF4C !important;
}
.bg-light-blue{
  background-color:#45C4DF !important;
}