.footnote {
  display: none;
}

.footnote_wrapper {
  position: relative;
  display: inline-block;
}

/*.footnote_count {
  background: black;
  color: white;
  cursor: pointer;
}*/
.footnote_count {
  display: block;
  background: #0474a4;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  text-align: center;
  font-size: .66em;
  font-weight: bold;
  line-height: .85rem;
  float: left;
  color: #fff; 

}
.footnote_popup {
  display: none;
  position: absolute;
  background: darkgreen;
  color: white;
  padding: 5px;
  width: 200px;
word-wrap: break-word;
background: #fff;
color: #000000;
font-size: .95em;
left:-136px;
bottom: 33px;
padding: 20px 30px;
width: 285px;
z-index: 999;
position: absolute;
border: 1px solid #c2e1f5;
-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2);
box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2);}
