.historical_line{
    display: flex;
    flex-direction: column;
}

div.container {
  display: flex;
  /*flex: auto;*/
  flex-direction: column;
  /*max-height: 100%;*/
}

div.item {
  display: flex;
  flex: auto;
  /*overflow-y: auto;*/
  padding: 0rem 1rem 0rem 0rem;
}

/*div.item::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 50%;
}
div.item::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #808088;
}
div.item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}*/

#timeline section.year section ul li span{
  font-weight: 600;
  margin-right: 15px;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  /*margin-left: auto;
  margin-right: auto;*/
  margin-top: 2.5rem;
}
#timeline div:after {
  content: '';
  width: 2px;
  position: absolute;
  top: .5rem;
  bottom: 0rem;
  left: 120px;
  z-index: 1;
  background: #C5C5C5;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
  color: #d4bb8b;
  margin: 0;
  font-size: 1.5em;
  font-weight: 400;
}
#timeline section.year {
  position: relative;
}
#timeline section.year:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #C5C5C5;
  position: absolute;
  left: 80px;
  top: 20.5px;
  z-index: 2;
}
#timeline section.year:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #C5C5C5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 111.5px;
  top: 11px;
  z-index: 2;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}
#timeline section.year section {
  position: relative;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #C5C5C5;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 90%;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
  margin-top: 45px;
}
#timeline section.year section ul:first-of-type:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #C5C5C5;
  position: absolute;
  left: 125px;
  top: 14px;
  z-index: 2;
}
#timeline section.year section ul:first-of-type:after {
  content: '';
  width: 12.5px;
  height: 12.5px;
  background: #C5C5C5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 115px;
  top: 8px;
  z-index: 2;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#timeline section.year section ul:hover:first-of-type:before,
#timeline section.year section ul:hover:first-of-type:after {
  background: #601980;
}
#timeline section.year section ul:hover li{
  color: #601980;
}
#timeline section.year section ul:hover:first-of-type:before,
#timeline section.year section ul:hover:first-of-type:after,
#timeline section.year section ul:hover li{
  -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
#timeline section.year section ul li {
  margin-left: 4rem;
  padding-left: 5em;
  text-indent: -3.5em;
}

#timeline section.year section ul li:not(:first-child) {
  margin-top: .4rem;
}
#timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

#btcwidget {
  display: inline;
}
#btcwidget img {
  display: none;
}

@media screen and (max-width: 1280px){
    #timeline div:after{
      left: 100px;
    }
    #timeline section.year:before{
      left: 65px;
    }
    #timeline section.year section ul:first-of-type:after{
      left: 95px;
    }
    #timeline section.year:after{
      left: 91.5px;
      top: 10.5px;
    }
    #timeline section.year section ul:first-of-type:before{
      left: 100px;
    }
    #timeline section.year section ul li{
      padding-left: 5.75em;
    }
  }
  @media screen and (max-width: 620px){
    #timeline div:after {
      left: 25px;
    }
    #timeline h3{
      margin-left: 85px;
    }
    #timeline section.year:after {
      left: 16px;
      top: 7.5px;
    }
    #timeline section.year:before {
      left: 37px;
      top: 17.5px;
    }
    #timeline section.year section ul:first-of-type:after {
      left: 20px;
    }
    #timeline section.year section ul:first-of-type:before {
      left: 25px;
    }
    #timeline section.year section ul li {
      padding-left: 0.5em;
    }
    #timeline h3{
      position: static;
    }
    #timeline section.year section ul:last-child {
      margin-top: 20px;
    }
    #timeline section.year section {
      margin-bottom: 1.5em;
    }
  }  
  @media screen and (max-width: 480px){
    #timeline section.year section ul li{
      margin-left: 0.5rem;
      text-indent: 0;
    }
  }
