.test {
    border-left: 4px solid #A0A0A0;

}

.timeline-entry {
    position: relative;
    width: 100%;
    background: white;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d7e4ed;
}

.timeline-date {
    color: #888;
    margin-top: 36px;
    text-align: right;
}

.timeline-body {
    padding: 15px;
}

.timeline-body h2 {
    margin-top: 0px;
}

.timeline-entry::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid white;
}