body{
    background: #eee url("/home/history/images/bg-town.jpg") no-repeat bottom right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.ww-timeline-header {
    padding-top: 2rem;
    padding-bottom: 0;
}

.ww-timeline-header a.ww-img-link {
    max-width: 60%;
}


.ww-timeline {
    border-left: 2px solid #017ACD;
    background-color: rgba(255,255,255,0.7);
}

.ww-timeline::before{
    background: #017ACD;
    content: "";
    display: block;
    height: 2px;
    left: -0.5rem;
    width: 1rem;
    position: relative;
    top: -2px;
}

.ww-timeline::after{
    background: #017ACD;
    content: "";
    display: block;
    height: 2px;
    left: -0.5rem;
    width: 1rem;
    position: relative;
    top: 2px;
}

.ww-timeline h2 {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.ww-timeline h2::before {
    border-top: 2px solid #017ACD;
    content: "";
    display: inline-block;
    height: 1.25rem;
    margin-left: -1.5rem;
    vertical-align: bottom;
    width: 1.5rem;
}
.ww-timeline h2.text-only {
    
}
.ww-timeline h2.text-only::before {
    vertical-align: middle;
    height: 0.4rem;
}

.ww-timeline h3 {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}

.ww-timeline h3::before {
    background-color: #017ACD;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: -1.5rem;
    margin-right: 1rem;
    width: 0.625rem;
}
.ww-timeline h3 a {
    margin-bottom: 0;
 
}

.timeline-wrapper::before {
    background-color: #017ACD;
    content: "";
    display: inline-block;
    height: 2px;
    width: 0.25rem;
    position: absolute;
}
.timeline-wrapper::after {
    background-color: #017ACD;
    content: "";
    display: inline-block;
    height: 2px;
    width: 0.25rem;
    position: absolute;
}

.ww-timeline .ww-more-content {
    margin-left: 1.5rem;
}

.timeline-wrapper {
    margin-right: 1rem;
}

footer .addthis_inline_follow_toolbox {
    display:inline-block;
}


@media print {
    /* anything to make the print look nicer*/
    .column.is-two-thirds {
        width: 100%;
    }
    .notification.is-link {
        color: #4a4a4a;
        border: 1px solid #efefef;
    }
    #toggle-all {
        display: none;
    }
}