/* A-Z shortcode */
.glossary-menu-atoz{
  text-transform: uppercase;
margin-bottom: 20px;
margin-top: 20px;
  padding: 0;
  border-bottom: 3px solid #75b54e;
  width: 100%;
  height: 25px;

}
.glossary-menu-atoz .glossary-menu-item{
  /* display: inline; */
  list-style: none;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 22px;
	margin: 0 0 0 0.5em;
}

.glossary-menu-item a{
  text-decoration: none;
  color: #444;
font-size: 16px;
font-weight: bold;
}

.atozmenu-empty{
  color: #ccc;
}
.atozmenu-off{
  color: #333;
}
.atozmenu-off:hover{
  color: #75b54e;
}
.atozmenu-on a{
   color: #75b54e;
}
.atozitems-off{
  display: none;
}
.content_page .glossary-atoz-wrapper li.glossary-item{
list-style: none; 
 margin-left: 0px;
}
.qtip-content li{list-style-type:disc;margin-left: 10px;}
.content_page .glossary-atoz-wrapper ul li a{
font-size:16px;
}

/* Popup tooltip */
.tooltip {
  display:     none;
  background:  #f4f4f4;
  font-size:   1.1em;
  padding:     10px;
  color:       #333;
  border:      1px solid #ddd;
  line-height: 1.5em;
  width:       20%;
}
/*
.tooltip {
	display:      none;
	background:   #eee;
	font-size:    0.8em;
	height:       90px;
	width:        220px;
	padding:      15px;
	color:        #222;
	overflow:     hidden;
	border-top:   1px dotted #333;
	border-left:  1px dotted #333;
	border-right: 1px dotted #333;
}
*/