.selection {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #EEE;
}

.timeline > li {
    margin-bottom: 10px;
    margin-left : 38px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.button {
    position: relative;
    height: 36px;
    margin-top: 15px;
}

.button a,
.button button {
    position: absolute;
    right: 0px;
}