tbody{
	position: relative;
	display: table;
	width: 100%;
	padding:20px;	
	margin-bottom: 2em;
	text-align: center;	
	background: #fffff;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
}
div.alphabet {
	position: relative;
	display: table;
	width: 100%;
	padding:15px;	
	margin-bottom: 2em;
	text-align: center;	
	background: #ffffff;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
}

div.alphabet span.alphabet_letter {
	
	text-align: center;
	position: relative;
	display: inline-table;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	margin: 8px 0 8px 6px;
	background: #ec523f;
	outline: none;
}

div.alphabet span.alphabet_letter:hover {
	text-decoration: none;
	color: #ec523f;
	background: #ffffff;
	transition: 1s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

div.alphabet span.active {
	text-decoration: none;
	color: #ec523f;
	background: #ffffff;
	transition: 1s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}


div.alphabet_info_display {
	padding-right: 1em;
}

div.alphabet_info {
	display: block;
	position: absolute;
	background-color: #111;
	border-radius: 3px;
	color: white;
	top: 2em;
	height: 1.8em;
	padding-top: 0.4em;
	text-align: center;
	z-index: 1;
}

tr.alphabet_group, tr.alphabet_group:hover {
	background-color: rgba(0,0,0,0.15) !important;
}