/* ============ TIMELINER.JS ============= */

.timeline-title {
  border-bottom: 2px #E8EFF3 dotted;
  font-size: 30px;
}
.timeline-title-timestamp {
  color: grey;
}
.timeline-container {
  border-left: 2px solid #ccc;
  width: 97%;
  margin-left: 20px;
}
.timeline-toggle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-size: 12px;
  margin-right: 0;
  padding: 3px 5px;
  white-space: nowrap;
}
.timeline-wrapper {
  width: inherit;
  clear: left;
  margin: 0 0 12px;
}
.timeline-wrapper h2 {
/*   font-family: Palatino, "Times New Roman", Times, serif; */
/*  cursor: pointer; */
  font-size: 3em;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 4px 4px 4px 20px;
}
.timeline-wrapper h2 span {
    background: #67AACC;  
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 3px 5px 1px;
}
.timeline-series {
  width: inherit;
  clear: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
/*   width: 880px; */
}
.timeline-series dt {
  clear: left;
  font-size: 1.6em;
  list-style-type: none;
  line-height: 1.2em;
  margin: 0 0 12px;
  padding: 0 0 0 24px;
  white-space: nowrap;
}

.timeline-series dt a .closed {
  color: #999;
  font-size: 1em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: #7DBADF;
}
.timeline-series dt a:hover {
  color: #7DBADF;
}
.timeline-series dd {
  /*padding-left: 24px; */
  width: 100%;
}
.timeline-series dd h3 {
/*   color: #FFF; */
  clear: both;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}

.posting_div {
  display: none;
  margin-bottom: 20px;
}

.timeline-event-content p {
  display: flex;
  align-items: center;
  line-height: 1.5em;
}

.title_date_summary {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 5px;
}

.floo {
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px;
  background-color: #F3FAFF;
}

.timeline-event-content h4 {
  clear: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
  border-left: 2px solid #ccc;
  clear: left;
  font-size: 1.8em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}
.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}
.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}
.timeline-event-content .media img {
  border: 2px solid #000;
  margin: 0;
}
.timeline-event-content .media p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
  color: #ab221b;
}
.timeline-event-content .media a:hover {
  color: #7DBADF;
}

.postingsEntry {
  padding-left: 25px;
}

.summary {
  background-color: #F3FAFF;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#tagCloud {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}

#FilterControl {
  display: flex;
  border: 1px #0000003d solid;
  background-color: #f3faff;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}

#FilterControlIcon {
  background-color: #67aacc;
}

#FilterPreSelection {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

#FilterSelection {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
}

#FilterPostSelection {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
}

#FilterSelectionContent {
  display: flex;
}
#FilterSelectionText {
  margin-left: 10px;
}
