div.examples > ul > li,
div.examples > ul > li > p,
div.examples > ul > li > p > strong,
div.examples > ul > li > strong,
iv.examples > ul > li > strong > #text,
div.examples > ul > li ,
#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > ul > li,
#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > ul > li > p.text-align-justify {
    font-family: 'Source Sans Pro', Helvetica Neue, Arial, Sans-serif !important;
    line-height: calc(155% + 0.2vw) !important;
    font-size: 18px !important;
}
#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > table {
width: 100% !important;

}

section.premodern > table{
    margin: 0 auto;
    text-align: center;
    width: 454px !important;
    font-style: italic !important;
}


#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > table {
width: 100% !important}

section.premodern > table{
width: 100% !important;
max-width: 475px !important;
}



* {
  box-sizing: border-box;
}


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: lightgrey;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
margin-top: 15px;
}

/* Container around content */
.wrapper {
  padding: 0px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
box-sizing: border-box !important;
}

/* The circles on the timeline */
.wrapper::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10px;
  background-color: #3b5998 !important;
  border: 4px solid #3b5998 !important; 
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#timeline > div > div > div > h2 {
    color: #3b5998 !important;
}

#timeline > h3 {
	border-bottom-color: #c00 !important;
}

#timeline > div > div.wrapper.left > div {
    padding-right: 50px;
}


/* Place the container to the left */
/*.left {
  left: -25%;
}*/

/* Place the container to the right */
.right {
  left: 50%;
padding-left: 50px;
}

/* Add arrows to the left container (pointing right) */
/* .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent black;
} */


/* Add arrows to the right container (pointing left) */
/* .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 1;
  left: 20px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent black transparent transparent;
} */


/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
div.examples > div.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .wrapper {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .wrapper::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > div.timeline > div> div > img {
width: 200px !important;
}

#block-conferenceplus-content > div > article > div > div > div > div > div > div.examples > div.timeline > div> div > p > img{
text-align: center;
}

.caption {
    font-size: 16px !important;
    font-style: italic;
    /* padding: 0px 50px; */

}
.event-image {
  width: 1000px;
  margin: 10px 0 10px 10px;
}

#block-conferenceplus-content > div > article > div > div > div > div > div > div > section > div.text-align-center {
	 font-style: italic !important;
	font-size: 16px;
}

@media screen and (max-width: 508px) {
  /* Place the timelime to the left */
  .desktop {
	display: none;
  },
   .top {
    display: table-cell;  
 }
}

@media screen and (min-width: 509px) {
    .top {
    display: none;  
 },
   .desktop {
    display: table-cell;  
 }

}

@media screen and (max-width: 767px) {
  /* Place the timelime to the left */
  .desktop1 {
	display: none;
  },
   .top1 {
    display: table-cell;  
 }
}

@media screen and (min-width: 768px) {
    .top1 {
    display: none;  
 },
   .desktop2 {
    display: table-cell;  
 }

}

.timeline-sidebar {
  position: sticky;
  top: 20px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  width: 200px;
  font-family: sans-serif;
}

.timeline-sidebar h3 {
  margin-top: 0;
  font-size: 18px;
}

.timeline-sidebar ul {
  list-style: none;
  padding-left: 0;
}

.timeline-sidebar li {
  margin-bottom: 8px;
}

.timeline-sidebar a {
  text-decoration: none;
  color: #0077cc;
}

.timeline-sidebar a:hover {
  text-decoration: underline;
}

.onscroll .header.js-fixed {
    position: absolute !important;



