.popup-links-visible {
  position: relative;  
}

.popup-button, html.js a.popup {
	text-decoration: none !important;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
  cursor: pointer;
}

.popup-element, .popup-div {
  display: none;
  position: absolute;
  z-index: 900;
  min-width: 70px;
  max-width: 60%;
  padding: 1em;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

.popup-div table td, .popup-element table td {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.container-inline div.popup-element, .container-inline div.popup-div {
  display: none;
}
  
.popup-div {
  z-index: 8050;
}
 
.popup-element {
  position: fixed;
}

.device-phone .popup-element {
  top: 0 !important;
  left: 0 !important; 
  right: 0 !important;
  bottom: 0 !important;
  width: 100%;
  height: 100%; 
  max-width: 100%;
  overflow: auto;
}

.device-phone .popup-div {
  width: 100%;
	max-width: 100%;
  left: 0 !important; 
  right: 0 !important;
}

.popup-elements-close {
  position: absolute;
  z-index: 910;
  top: 0px;
  right: 0px;  
  cursor: pointer;
}

.popup-div .popup-elements-close {
  z-index: 8060;
}

.popup-element, .popup-arrow-inner, .popup-div  {
  box-shadow: 0px 0px 6px rgba(123, 123, 123, 0.8);
}

.popup-arrow {
  position: absolute;
  z-index: 898;
  top: -10px;
  left: 0;
  width: 40px;
  height: 10px;
  overflow: hidden;
}

.container-inline .popup-arrow, .container-inline .popup-arrow-inner {
  display: block;
}

.popup-div .popup-arrow {
  z-index: 8058;
}

.popup-arrow-inner {
  width: 10px;
  height: 10px;
  margin: 5px 0 0 .65em;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-top-right .popup-arrow, .popup-elements-top.popup-elements-right .popup-arrow {
  left: auto;
  right: 0;
}

.popup-bottom-left .popup-arrow, .popup-elements-bottom.popup-elements-left .popup-arrow {
  top: auto;
  bottom: -10px;
}

.popup-bottom-left .popup-arrow-inner, .popup-bottom-right .popup-arrow-inner,
.popup-elements-bottom .popup-arrow-inner {
  margin: -5px 0 0 20px;
}

.popup-bottom-right .popup-arrow, .popup-elements-bottom.popup-elements-right .popup-arrow {
  left: auto;
  top: auto;
  bottom: -10px;
  right: 20px;
}

.popup-div .term-title {
	display: none;
}

.popup-div h2 a {
	text-decoration: none;
}




