.x6a{
	width: 35px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	color: #fff;
	background: #cfc7bb;
	border-radius: 4px;
	margin: 1px;
	transition:1s all;
    font-family: var(--font-default);
    margin:2px;
}
/* x6a2 is for selected */
.x6a:hover, .x6a2{
	color: #fff;
	background: #ffa934;
}
/* x6a3 is for dots */
.x6a3, .x6a3:hover {
	background: none;
	color: #000;
	border: none;
	padding-top: 3px;
	height: 18px;
	width : auto;
}