.alphabet-index-tile {
	cursor: pointer;
	background: #333;
	margin: 10px;
}

.alphabet-index {
	text-align: center;
	font-size: 4em;
	color: #fff;
}

.abc-index {
	text-align: right;
	font-size: 4em;
}

.abc-item {
	margin: 1.5em 0;
}

.abc-headline {
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

.abc-headline:hover,
.abc-headline:hov,
.abc-headline:visited {
	text-decoration: none;
}

@media (max-width: 991px) {

.abc-index {
	text-align: center;
	font-size: 4em;
}

}