/*assumes timeline-content has 2 columns, 1 .timeline and 1 content column thats it*/
/*anchor also needs to be flex or else the anchor node gets misaligned*/
.timeline-content,.timeline-anchor{
display:flex;
}
.timeline{
display:inline-block;
max-width:1em;
height:auto;
background:rgba(80,80,80,0.5);
margin:3em;
border-radius:1em;
/*patch for terminating the timeline at the nodes; assume p-5 divider exists at topmost and bottommost, and 2em of margin on both sides of the last element*/
margin-top:15em;
margin-bottom:15em;
}
/*all elements in the non timeline column that specifies it is an anchor*/