/*************************************************************************************** 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:0px 0px;

	overflow:hidden;
	height: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;
}





.DistributorsBox2 {
	position:relative;

	width:calc(100% - 20px);
	margin:auto;
}

.StoresBox {
	position:relative;

	margin:0px auto 10px auto;
}

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

	line-height:18px;
}

.StoresAddress {
	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;

	line-height:18px;
}

.StoresLocationTitle {
	position:relative;
	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	
	background-color:rgb(64,64,66);
	margin:auto;
	padding:20px 0px;

	/*font-family:'gotfontbook', sans-serif;*/
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0px;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;

	cursor:pointer;
}