#time-histories {
    border-left: 3px solid #ccc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding: 15px 5px 15px 25px;
    list-style: none;
    text-align: left;
    margin-left: 8px;
}
#time-histories .time-history {
    margin-bottom: 15px;
    position: relative;
}
#time-histories .time-history:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
#time-histories .time-history:before,
#time-histories .time-history:after {
    position: absolute;
    display: block;
    top: 0;
}
#time-histories .time-history:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}
#time-histories .time-history:after {
    -webkit-box-shadow: 0 0 0 3px #ccc;
    box-shadow: 0 0 0 3px #ccc;
    left: -30.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 8px;
}
.time-history-datetime {
    font-size: 0.85em;
}
.time-history-comment {
    font-size: 0.8em;
}
.time-history-divider {
    border-color: #ccc !important;
}