@media all {
	#azOverview {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#azOverview a {
		border: 1px solid #666666;
		border-radius: 4px;
		padding: 0 8px;
		margin: 2px 5px;
	}

	.azLetterGroup {
		display: flex;
		justify-content: space-between;
	}

	.azLetterGroup h2 {
		color: #666666;
		font-weight: bold;
	}

	.azLetterGroup li {
		padding-left: 0px !important;
	}

	.azLetterGroup ul li::before {
		content: none !important;
	}

	.azRight {
		white-space: nowrap;
	}

	.azLink {
		color: #333333;
	}
}
