/*************************************************************************************** small screen */
	.DistributorsBox {
		width:100%;
	}

/*************************************************************************************** medium screen */
@media screen and (min-width: 500px) {
	.DistributorsBox {
		width:50%;
	}
}

/*************************************************************************************** large screen */
@media screen and (min-width: 875px) {
	.DistributorsBox {
		width:33.3%;
	}
}



#DistributorsContentWrapper {
	position:relative;
	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	
	background-color:rgb(244,244,244);
	margin:auto;
	padding:20px 0px;
}

#DistributorsContentBase {
	position:relative;
	top:0px;
	left:0px;
	width:90%;
	max-width:875px;
	
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}

/* res */
.DistributorsBox {
	position:relative;
	display:inline-block;
	padding:16px 0px;

	border-style:solid;
    border-width:0px 0px 1px 0px;
	border-color:rgb(208,208,208)
}

.DistributorsFont {
	font-family: 'gotfontbook', sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(0,0,0);
	text-decoration:none;
}
.DistributorsFont a {
	color:rgb(0,0,0);
	text-decoration:underline;
}
.DistributorsFont a:hover {
	color:rgb(0,0,0);
	text-decoration:underline;
}

.StoresName {
	font-family: 'gotfontbook', sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(0,0,0);
	text-decoration:none;
}