{
  height: 400px;
}

@media screen and (min-width: 600px) {
  {
    height: 100%;
  }
}

#timeline-panel {
  /*display: block;
  margin: auto;
  width: 100%;*/
}

.tl-attribution {
  display: none;
}

.tl-storyslider {
  box-shadow: none;
}

.tl-timeaxis-background {
  border-top: 1px solid #333333;
}

.tl-timenav {
  background-color: #FFFFFF;
}

.tl-timenav-slider{
  pointer-events: none;
}

.tl-menubar {
  display: none;
}

/*control height and color of major time ticks*/
.tl-timeaxis-major ::before {
  border-color: #FD2F26;
}

/*control the height and color of the minor tick labels years*/
.tl-timeaxis-tick {
  color: #333333;
}
/*control the vertical placement of the minor ticks (and size of hash)*/
.tl-timeaxis-minor ::before {
  border-color: #333333;
}

/*hide timemarker containers*/
.tl-timemarker .tl-timemarker-content-container {
  display: none;
}

/*editing timenav content lines*/
.tl-timemarker .tl-timemarker-line-left,
.tl-timemarker.active .tl-timemarker-line-left,
.tl-timemarker .tl-timemarker-line-right,
.tl-timemarker.active .tl-timemarker-line-right {
  height: 5px;
}
/*editing timenav content circles*/
.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left::after,
.tl-timemarker.tl-timemarker-active .tl-timemarker-line-right::after {
  background-color: #FD2F26;
}

/*styling for mobile*/
.tl-mobile .tl-slidenav-next,
.tl-mobile .tl-slidenav-previous {
  display: block;
}


.tl-message-full {
  display: none;
  /*background-color: #ffffff;*/
  /*opacity: 1;*/
}


