body{
}

.narrative-item-special .item-title {
    font-weight: bold;
    
}

.narrative-view{
  line-height:1.3em;
  /*  width:95%;*/
  margin:auto;
  display:block;
  position:relative;
}
.narrative-view ul.narrative{
    margin:30px;
    padding:0;
    display:inline-block;

}
.narrative-view ul.narrative li{
    list-style: none;
    margin:auto;
     margin-left:200px;
   /*  min-height:50px;
    background: rgba(255,255,0,0.1);*/
    border-left:2px solid #b5b5b5; /* #86D6FF */
    padding:0px 0 50px 30px;
    position:relative;
}
.narrative-view ul.narrative li:last-child{ border-left:0;}
.narrative-view ul.narrative li::before{
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1); /* this gives the dot a light border */
    border-radius: 500%;
    background: #b5b5b5; /* #258CC7 */
    height: 17px;
    width: 17px;
   /* transition: all 500ms ease-in-out; */ 

}
/* .narrative-view ul.narrative li:hover::before{
    border-color: #808080;  #258CC7
    transition: all 1000ms ease-in-out; */
}
ul.narrative li .item-title{
}
ul.narrative li .item-detail{
    color:rgba(0,0,0,0.65);
    font-size:14px;
}
ul.narrative li .item-source{
   /*  color:rgba(0,0,0,0.5); */
    font-size:14px;
}
ul.narrative li .timestamp{
  /*  color: #8D8D8D; */ 
   font-weight: bold;
    position: absolute;
    width:200px;
    left: -230px;
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
}