.historie-beskrivelse{
	max-width:570px;
	margin-bottom:50px;
}
.time-table{
	display:table;
	table-layout:fixed;
	width:100%;
	border-left:4px solid #004680;
}
.time-row{
	display:table-row;
}
.time-cell{
	display:table-cell;
	padding:  0 0 40px;
}
.time-cell--left{
	width:20%;
	vertical-align:top;
}
.time-cell--center {
	width:32%;
	vertical-align:middle;
	padding-left:10px;
}
.time-cell--right{
	vertical-align:middle;
	padding-left: 29px;
}
.timeline-year p{
	text-indent:0.5em;
	color:#fff;
	font-size: 35px;
	font-weight: 800;
	background-image:url(../images/slice-1.jpg);
	background-repeat:no-repeat;
}
.time-title{
	border-bottom: 1px solid;
	display: inline-block;
	position: relative;
	padding-right: 10px;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #004680;
	margin-top:0;
}
.time-title:after {
	content: '';
	background: #004680;
	position: absolute;
	right: -29px;
	height: 4px;
	bottom: -1px;
	width: 29px;
}
.timeline-content{
	max-width:350px;
	line-height:1.2;
}
.timeline-thumb {
    box-shadow: 6px 8px 10px rgba(0,0,0,0.2);
	line-height:0;
}

.time-table:after {
    content: '';
    background:  #004680;
    width: 12px;
    height: 12px;
    display:  block;
    border-radius: 50%;
    position: relative;
    left: -8px;
    bottom: -5px;
}