
.year-name {
  font-size: 2em;
  font-family: 'IBM Plex Mono';
  color: grey;
  font-weight: 700;
  text-anchor: middle;
}
.menu {
  font-family: 'IBM Plex Mono';
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.menu .col {
  border: 1px solid black;
  cursor: pointer;
}

.menu .col.active {
  background: black;
  color: white;
  transition: background 1s, color 1s;
}

.legend-div {
  height: 20px;
}

 .legend {
   display: flex;
   text-align: left;
 }

 .legend-div {
   flex: 1;
   padding-left: 0.5em;

 }

 .legend.label div{
   flex: 1
 }

* {
  -webkit-tap-highlight-color: transparent;
}
.close-btn {
  float:right;
  padding-right: 1em;
}

 .ps-label {
   text-align:center;
 }
 @media only screen and (min-width: 993px){
  .container {
      width: 100%;
  }

}

  path.active {
    stroke: black ;
    stroke-width: 2
  }

  .right-align {
    text-align: right;
  }

  div.tooltip {
    position: absolute;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    pointer-events: none;
    background: white;
    opacity: .98;
    color: black;
    font-size: 0.9em;
    font-family: 'Roboto' !important;
    z-index: 99999;
  }
  .hidden {
    display: none;
  }
  .tooltip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 20px;
    width: 100%;
    line-height: 1;
    content: "\25BC";
    position: absolute;
    text-align: center;
    margin-top: 0em;
    color: white;
    filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.2));
    -webkit-filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.2));
    z-index: 99999;
    left: 1px;
  }
  .fill-animate {
    transition: fill 2s;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  @media only screen and (max-width: 400px){
    .year-name {
      font-size: 1em;
      font-family: 'IBM Plex Mono';
      color: grey;
      font-weight: 500;
      text-anchor: middle;
    }
 }

.hint {
  font-family: Roboto !important;
  color: grey;
  font-size: 0.8em;
    text-align: right;
}

.text-hover {
  color: darkred;
  font-weight: 700;
}

body {
   overflow-y: scroll !important;
}

.year-info-content {
  text-align: justify;
}
.footnote {
  font-size: 0.8em;
  color: grey;
  font-family: Roboto;
}

.rm-row .col {
  flex-direction: row;
    border: 1px solid #f4f4f4;
    padding: 1em;
}

.rm .img {
      flex: 1;
}

.rm .rm-title {
  flex: 1
}

.read-more {
  font-size: 1.5em;
  padding: 0.5em;
  font-family: 'Droid Serif';
  text-align: left;
}

.rm .img {
  padding-right: 1em;
}

a.facebook {
    padding: 20px;
    padding-right: 10px;
    text-align: left;
    background: url(http://projects.scpr.org/static-files/v3-dependencies/images/tabletop-timeline-v3/iconmonstr-facebook-2-icon-24.png) left center no-repeat;
}

a.twitter {
    padding: 20px;
    padding-right: 10px;;
    text-align: left;
    background: url(http://projects.scpr.org/static-files/v3-dependencies/images/tabletop-timeline-v3/iconmonstr-twitter-2-icon-24.png) left center no-repeat;
}

.someclass {
  float: right;
margin-top: -2.5em;
text-align: right;
padding-right: 0;
}
