/*
 *
 * Courtesy of: http://www.ilikepixels.co.uk/drop/bubbler/
 *
 */
.btcdonate-bubble {
  position: relative;
  width: 230px;
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #7F7F7F solid 1px;
  text-align: center;
}
.btcdonate-bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 9px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -9px;
  bottom: -10px;
  left: 50%;
}
.btcdonate-bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 9px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -9px;
  bottom: -11px;
  left: 50%;
}
.btcdonate-address {
  font-size: x-small;
  color: #666666;
  padding: 5px 0;
}
.btcdonate {
  position: relative;
}
.btcdonate-bubble {
  position: absolute;
  display: none; /* keeps the popup hidden if no JS available */
}
