@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700");
body {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: .5em;
}

header {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color:white;

}
p {
  font-family: 'Roboto', sans-serif;
  font-size: .8rem;
}

.timeline-item details {
  font: 16px "Open Sans", Calibri, sans-serif;
  width: 620px;
}

.timeline-item details > summary {
  padding: 2px 6px;
  width: 15em;
  background-color: antiquewhite;
  border: none;
  box-shadow: 3px 3px 4px black;
  cursor: pointer;
}

.timeline-item details > p {
  border-radius: 0 0 10px 10px;
  background-color: antiquewhite;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
}

.listed {
/* newspaper columns  */
    max-width: 800px;
    margin: 0 auto;
    column-width: 14em;
    column-gap: 2em;
    column-rule: 1px solid #ccc;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.separator {
  width: 100%;
  padding: 5px 35px 5px 35px;
  font-size:200%;
  font-weight:bold;
  background:lightgray;
}
.other-item {
  padding: 1em 2em 2em;
  position: relative;
  color: green;
  background: aquamarine;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  display: none;
}
.other-item::before {
  content: attr(date-is);
  position: absolute;
  font-weight: bold;
  top: 8px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: red;
}
.timeline-item {
  padding: 1em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item p {
  font-size: 1rem;
  margin-top: 0 ;
  margin-bottom: 0 ;
}
.timeline-item p::before{
  content: attr(field-is);
  font-weight: bold;
  padding: 5px;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  font-weight: bold;
  top: 8px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: red;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: red;
}
timeline-item li {
  display: inline;
}
timeline-item ul {
  display: inline;
}
