/* below are the styles for the bibly based popups */
.findvers_reference {}

.findvers_popup_outer{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 97;

  width: 13em;
  max-height:300px;

  text-align:left;
  font-size: 95%;
  line-height: 105%;
  color: #111111;

  background: #fff;

  border: solid 1px #333;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  -webkit-box-shadow: 0 3px 5px rgba(50,50,50,0.5);
     -moz-box-shadow: 0 3px 5px rgba(50,50,50,0.5);
          box-shadow: 0 3px 5px rgba(50,50,50,0.5);
  -webkit-overflow-scrolling: touch;
}

.findvers_popup_header {
  background: #007788;
  padding: 4px 10px;
  font-weight: bold;
  line-height: 110%;
  color: #fff;
  whitespace:nowrap;
  display:block;
  border-radius: 5px 5px 0 0;
}
.findvers_popup_header a{
  color:white;
  display:inline-block;
}

.revanchor{
  text-decoration:none !important;
  /*color:blue !important;*/
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  font-weight:normal !important;
}
.versenum{
  color:#aaaaaa;
  font-size:70%;
}

.findvers_popup_content {
  padding: 1px 8px 8px 8px;
  min-height: 40px;
  max-height: 250px;
  line-height: 120%;
  color: #000000;
  overflow-y:auto !important;
}

