.x5a{
	width: 35px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	height: 35px;
	text-decoration: none;
	color: black;
	background: var(--color5);
	border: 1px solid black;
	border-radius: 4px;
	margin: 1px;
	transition:1s all;
    font-family: var(--font-default);
    margin:10px 5px;
}
/* x5a2 is for selected */
.x5a:hover, .x5a2{
	color: black;
	background: #09456c;
}
/* x5a3 is for dots */
.x5a3, .x5a3:hover {
	background: none;
	color: #000;
	border: none;
	padding-top: 3px;
	height: 18px;
	width : auto;
}