 /* timeline */
 .item-timeline {
    background-color: #FFFFFF;
    border: 1px solid #868484;
    color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px;
    z-index: 10;
}

.item-timeline-active {
    background-color: #56BCD6;
    border: 1px solid #56BCD6;
    color: #FFFF;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px;
    z-index: 10;
}

.line-timeline {
    border-bottom: 3px solid #D9D9D9;
    position: relative;
    top: -40px;
    z-index: 1;
}