html{
  min-width: 780px;
}

body{
  margin: 0px auto;
  width: 780px;
  /*overflow-x: hidden;*/
}

#container{
  margin: 0px auto;
  margin-top: 30px;
  position: relative;
  width: 750px;
  min-height: 4000px;
  font-family: monaco, Consolas, 'Lucida Console', monospace; 
}

.team-inline{
  font-family: monaco, Consolas, 'Lucida Console', monospace; 
  font-size: 14px;
}

#games{
  width: 150px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 50px;
  margin-top: 17px;
  margin-left: -7px;
}

#games .game{
  margin-bottom: 0px;
}
#games .active{
  opacity: 1;
}

.v-span{
  opacity: .4;
}
#games .team{
  width: 40px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  opacity: .1;
  border: 1px solid rgba(0,0,0,0);
  opacity: .4;
}
#games .active .team{
  opacity: .2;
  font-weight: 100;
}
#games .active .team.active{
  opacity: 1;
  font-weight: 800;
}
#games .team.underline{
  border: 1px solid #000;
}

#graph{
  display: inline-block;
}

.team-name{
  font-size: 40px;
  margin-top: 80px;
  margin-left: 40px;
  position: relative;
  top: 5px;
  left: 7px;
}

.team-text{
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  height: 0px;
  padding-left: 180px;
  top: -28px;
  position: relative;
  line-height: 1.55em;
  width: 490px;
}

.team-text.wide{
  padding-left: 180px;
}

.team-container{
  transition: transform 1.5s;
}
.team-container:first-child .team-name{ margin-top: 20px; }

.team-container:last-child{
  padding-bottom: calc(100vh - 500px);
  /*pointer-events: none;*/
  z-index: -1000;
}


.day-label{
  margin-left: -32px;
  margin-bottom: 10px;
  text-align: center;
}

.label .rect{ opacity: 0; }
.label.underline .rect{ opacity: 1; }


.label.picked{ opacity: .4; }
.label.picked.active{ opacity: 1; }



.outcome-line{
  stroke-width: 2px;
}







.active-team{
  color: #f0f;
}


.hover-rect{ opacity: 0; }
.hover-rect.underline{ opacity: 1; }

.team-result{
  display: inline-block;
  width: 35px;
  /*margin: 3px;*/
  border-left: 1px solid #000;
  text-align: center;
}

.team-result:first-child{
  border-left: 0px;
}

.tooltip {
  top: -1000px;
  position: fixed;
  background: #000;
  border: 1px solid #000;
  pointer-events: none;
  font-size: 13px;
}
.tooltip-hidden{
  opacity: 0;
  /*transition: all .3s;*/
  /*transition-delay: .1s;*/
}

/*
@media (max-width: 590px){
  div.tooltip{
    bottom: -1px;
    width: calc(100%);
    left: -1px !important;
    right: -1px !important;
    top: auto !important;
    width: auto !important;
  }
}
*/

svg{
  overflow: visible;
}

.domain{
  display: none;
}

text{
  pointer-events: none;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}


.axis{
  font-size: 14px;
  font-weight: 800;
}

.axis path{
  fill: none;
  stroke: #000;
}
