
.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.timeline:before{
  content: "";
  width: 0px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 0;
  margin-left:-5px;
}

.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: 1rem;
}

.timeline__year{
  padding: .5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  top: 0;
}

.timeline__box{
  position: relative;
  margin-bottom:6px;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.timeline__date{
  min-width: 46px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .3rem .3rem;
  text-align: center;

  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor);
  border-radius:25px;
  /*background-color:#FFB56B;*/
}

.timeline__day{
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .75em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 0.2rem 0.2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .42), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);
  border-bottom:1px solid #e0e0e0;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
}


.today {
	display: table; 
	height: 46px; 
	overflow: hidden;
	width: 20px !important;
	
	min-width: 45px;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding: .3rem 0.3rem;
	text-align: center;

	background-color: var(--uiTimelineMainColor);
	color: var(--uiTimelineSecondaryColor);
	border-radius:4px;
	
	top: 28px;
   margin-top: -24px;
	border-radius:25px;
	/*background-color:#FFB56B;*/
}

.today_box {
	display: table-cell; 
	vertical-align: middle;
}	



@media screen and (min-width: 341px){

  .timeline:before{
    left: 30px;
  }

  .timeline__group{
    padding-top: 5px;
  }

  .timeline__box{
    padding-left: 60px;
	z-index:1;
  }

  .timeline__box:before{
    top: 28px;
    transform: translateY(-50%);  
  }  

  .timeline__date{
    top: 28px;
    margin-top: -24px;
  }
  
  
 
  
  
  
  
  
  
}



@media screen and (max-width: 767px) {


	.timeline{
	    padding: 0.5rem 0.3rem 0.2rem 0.2rem !important;
	}

}


@media screen and (max-width: 340px){
	
	

  .timeline:before{
    left: 0;
	margin-left:0px;
  }

  .timeline__group{
    padding-top: 0px;
  }

  .timeline__box{
    padding-left: 20px;
    padding-top: 60px;
	/*z-index:0 !important;*/
	
  }

  .timeline__box:before{
    top: 90px;
  }    

  .timeline__date{
    top: 0;
	margin-top:10px;
  }
}

.timeline{
  --timelineMainColor: #60BCD3;
  font-size: 13px !important;
}



.timeline{
 /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;*/
  font-size: 1.1rem;
  color: #222;

  background-color: #f8f8f8;
  margin: 0;
  -webkit-overflow-scrolling: touch;   
  /*overflow-y: scroll;*/
  
  display: flex;
  flex-direction: column;
  
  
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  margin-left: auto;
  margin-right: auto;
  order: 1;
  
  
  
}

.timeline p{
  margin-top: 0;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}

.timeline p:last-child{
  margin-bottom: 0;
}


.front_time3 {
font-size:1em;
/*font-style:italic;*/
color:orange;
margin-left:2px;
margin-right:2px;
font-weight:600;
}
