.uk-timeline .uk-badge {
    background-color: #06f;
}

.uk-timeline .uk-timeline-content time {
    display:block;
    font-weight:bold;
    width:100%;
}

.uk-timeline .uk-timeline-content h3 {
    font-size:24px;
}

.uk-timeline .uk-timeline-item .uk-card {
	max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #06f;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 60px;
    width: 2px;
    z-index: 0;
}

.uk-timeline .uk-timeline-item:last-child::before {
    background: #06f;
    content: "";
    height: 20px;
    left: 19px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
		margin-top: 20px;
    width: 40px;
    height: 40px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 0 0 1rem;
    min-height: 115px;
}