tagging {
    display: none;
}

html {
    scroll-behavior: smooth;
}

#timelineTxt {
    display: none;
}

.timeline {
	font-family: "Roboto", sans-serif;
    margin: 80px 3rem 3rem 3rem;
	position: relative;
}

.timelineParts {
	margin: 0 3rem;
	background: #f0f0f0;
	padding: 1rem;
}

.timelineParts h3 {
	margin: 0;
	font-size: 16px;
}

.timelineParts div {
	margin-bottom: 2rem;
}

.timelineParts button {
	border: none;
	font-size: 16px;
	color: white;
	background: #5676af;
	border-radius: 4px;
	padding: 8px 16px;
	font-weight: bold;
}


.timelineTitles {
	margin-left: 8rem;
	position: sticky;
	top: 0;
	z-index: 10;
	background: white;
	box-sizing: border-box;
	padding: .5rem;
	white-space: nowrap;
}

.timeline .title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	/* margin-top: -20px; */
}

button {
    margin: 5px;
}

div[data-decade] {
    padding: 1%;
    margin: 1% 0 1% 3%;
	scroll-margin-top: 120px;
}

div[data-decade] span {
    position: absolute;
}

div[data-year] {
    position: relative;
}

div[data-year='0'] {
	border-top: 1px solid black;
}

div[data-month] {
    position: relative;
}

.decadeLabel {
	font-size: 20px;
	font-weight: bold;
}

event {
    background: white;
    /* border-bottom: 1px solid; */
    padding: 0 .5rem .5rem .5rem;
    margin: 0.5rem 0.5rem 0.5rem 4rem;
    width: 25rem;
    position: absolute;
    max-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 0;
    cursor: pointer;
/* border-bottom-left-radius: 7px; */
}

.popupDiv {
    background-color: white;
    padding: 0.5em;
    margin: 0.5rem 0.5rem 0.5rem 4rem;
    width: 30rem;
    position: absolute;
    max-height: 40vh;
	overflow: auto;
    white-space: normal;
    z-index: 100;
    cursor: pointer;
	box-shadow: 0 0 25px rgba(0, 0, 0, .25);
    border: none;
    border-radius: 4px;
}

.line {
display: none;
    background: black;
    width: 1px;
    height: 400px;
    position: absolute;
    top: 1px;
}

.line + .line {
	display: block;
	background: #00000011;
	z-index: 1;
	width: 30px;
	margin-left: -56px;
}







