/* A-Z shortcode */
.glossary-menu-atoz{
  text-transform: uppercase;
  margin: auto;
margin-bottom:20px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  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;
}

.atozmenu-empty{
  color: #ccc;
}
.atozmenu-off{
  color: #333;
}
.atozmenu-off:hover{
  background-color: #333;
  color: #eee;
}
.atozmenu-on, .atozmenu-on a{
  text-decoration: none;
font-weight:bold;
color:#8DC63F;
}

.atozitems-off{
  display: none;
}

span.atoz-term-title{
font-weight:600;
}

ul.glossary-menu-atoz {
border-bottom: 1px solid #ccc;
padding: 10px 0;
margin-bottom: 20px;}

li.glossary-item{
list-style-type:none;}

ul.glossary-atoz{
margin-left: 0;
padding-left: 0;}


/* 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;
}
*/
