#locations .location_letters_list li{
	display: inline-block;
	font-size: 24px;
    width: 35px;
    height: 50px;
	border: 1px solid #ccc;
	background-color: var(--e-global-color-secondary);
	text-align: center;
	padding-top: 5px;
}
#locations .location_letters_list li:hover{
	background-color: #fff;
}
#locations .location_letters_list li:hover a{
	color: var(--e-global-color-secondary);
}
#locations .location_letters_list li a{
	color: #fff;
}
#locations .letter_item{
	display:none;
}
/* Style the tab content */
#locations .tabcontent{
  display: none;
}