.vtimeline-container {
    border-left: 6px solid #fff;
    box-shadow: -2px 0px 0px #999;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}

.vtimeline-wrapper h2 span{
	background-color: rgba(221, 221, 221, 0.25);
    color: #fff;
    border: solid 2px white;
}

.vtimeline-wrapper h2 span:hover {
    background-color: rgba(221, 221, 221, 0.6);
}

.vtimeline-wrapper h2:before {
    background: #fff;
}

.vtimeline-series dt a {
    color: #ddd;
    background-color: rgba(246, 246, 246, .3);
}

.vtimeline-series dt a:hover {
    color: #fff;
    background-color: rgba(246, 246, 246, .6);
}

.vtimeline-series dd {
    border: solid 1px #ddd;
    box-shadow: 1px 1px 6px #eee;
}

.vtimeline-p-title,.vtimeline-p-text,.vtimeline-p-icon a {
    color: white;
}