#aff_Wrapper{
	width: 100%;
	padding: 5px 20px;
	text-align: center;
}
.aff{
	display: inline-block;
	margin: 0px 20px;
	text-align: center;

	vertical-align: top;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling:touch;
}
.aff a{
	padding: 5px 10px;
	margin: 2px;
	line-height: 2.5;
	transition: background-color 0.5s, color 0.25s ;
	display: inline-block;
}
.aff a:link, .aff a:visited{
	text-decoration: none;
	color: var(--sec_clr);
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.aff a:active, .aff a:hover{
	text-decoration: none;
	color: var(--3rd_clr);
	background-color: rgba(0, 0, 0, 0.85);
}
.aff span{
	margin: 5px;
	height:50px;
}

