#linechart {
 height:50vh;
 min-height:400px;
}

#linechart2 {
 margin-top:3em;
}

#barchart {

}

#fullscreen-btn {
margin-bottom:4em;
}

.button:hover,
button.active {
  background-color: white;
  color: black;
}

.sup {
    vertical-align: super;
    font-size: .7em;
    line-height: 0;
}

.alphaSymbol {
    text-transform: lowercase;
    font-family: Muli, serif;
    font-size: 1.25em;
    line-height: 0px;
}

td {
  text-align:left;
  font-size: 14px;
}
/* select alternating items starting with the second item */
td:nth-of-type(2n) {
  text-align:right;
}

table {
  width:90%;
}

body {
   font-family: open sans', Arial, Gadget, sans-serif;
   color: #000

}

h5 {
  font-size:16px;
}

.graphdisclosure {
  text-align:center;
  font-size:11px;
}

