/* A-Z shortcode */
.glossary-menu-atoz{
  display: table;
  text-transform: uppercase;
  /* margin: auto; */
  margin-left: 10px;
  margin-right:10px;
  padding: 0;
 /* border-bottom: 2px solid #000;
  width: 100%;
  height: 25px;*/
}
.glossary-menu-atoz .glossary-menu-item{
  display: inline-block; 
  list-style: none;
  /* float: left; */
  padding-left: 15px; /* 1% */
  padding-right: 15px; /* 1% */
  padding-top: 15px; /* 1px */
  padding-bottom: 15px; /* 1px */
  /* height: 20px; */
	margin: 0.1em 0.1em 0.1em 0.1em; /* 0 0 0 0.5em */
  background:#336666;
  width: 40px;

}

.glossar {
	list-type-style: none;
}

.glossary-menu-item a{
  text-decoration: none;
  color: #fff;
}

.glossary-menu-item a:visited{
  text-decoration: none;
  color: #fff;
}

.glossary-menu-item a:hover{
  text-decoration: none;
  color: #fff;
}

.glossary-menu-item a:active{
  text-decoration: none;
  color: #fff;
}

.atozmenu-empty{
  color: #ccc;
}
.atozmenu-off{
  color: #333;
}
.atozmenu-off:hover{
  background-color: #333;
  color: #eee;
}
.atozmenu-on{
  text-decoration: underline;
}
.atozitems-off{
  display: none;
}

.glossary-atoz {
  margin-left: 0px;
}

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