.timeline {
    width: 100%;
    /*max-width: 800px;*/
    background: #fff;
    padding: 50px 5px;
    position: relative;
    /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(33% + 2px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.entry {
    clear: both;
    text-align: left;
    position: relative;
}
.entry .title {
    margin-bottom: .5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
    font-size: 0.9em;
}
/*.entry .title:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #6699FF;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -9px;
    z-index: 99;
}*/
.entry .title i:before {
    /*color: #6699FF;*/
    background-color: #fff;
    position: absolute;
    top: 15%;
    right: -9px;
    z-index: 99;
    font-size: 1.6em;
}
.entry .title h3 {
    margin: 0;
    font-size: 120%;
    color: #191970;
}
.entry .title p {
    margin: 0;
    font-size: 100%;
}
.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
    /*color: #006400;*/
}
.entry .body p {
    line-height: 1.6em;
    font-size: 1.1em;
    /*font-family: 'Prompt', sans-serif;*/
}
.entry .body span {
    line-height: 1.2em;
    font-size: 0.9em;
}
.entry .body p:first-child {
    margin-top: 0;
    font-weight: 200;
}
.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.entry .body ul li:before {
    content: "–";
    margin-right: .5em;
}
@media screen and (max-width: 910px){
    .timeline {
        width: 100%;
        /*max-width: 800px;*/
        background: #fff;
        padding: 100px 50px;
        position: relative;
        /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
    }
}

@media screen and (max-width: 740px){
    .timeline {
        width: 100%;
        /*max-width: 800px;*/
        background: #fff;
        padding: 50px 10px;
        position: relative;
        /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
    }
}

@media screen and (max-width: 490px){
    .timeline {
        width: 100%;
        /*max-width: 800px;*/
        background: #fff;
        padding: 50px 10px;
        position: relative;
        /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
    }
}