body {
    padding-top: 4rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.container {
    max-width: 100%;
    padding: 1rem;
}

@media only screen and (max-width: 400px) {
    .container {
        padding-left: 0rem;
    }
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}


h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

s {
    color: #888;
    font-size: 85%;
}

.container li {
    list-style-type: disc;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 32px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    z-index: 400;
}


.progress {
    margin: 1rem 3rem 1.5rem 0;
}