 /**
  * Google map styles & distributor page styles
  * 
  */

 /* Full-Size Header CSS  */

.distributorsHeader {
	margin-left: calc(-1 * 4.6em) !important;
	margin-right: calc(-1 * 4.6em) !important;
}

@media (max-width: 480px) {
	.distributorsHeader {
		margin-right: calc(-1 * 2.6em) !important;
		margin-left: calc(-1 * 2.6em) !important;
	}
}

 /* END Header CSS  */
 

	#map-container {
		background: #ededed;
		height: 300px;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 3px;
	}
	
	#map-canvas {
		height: 300px;
		width: 100%;
		margin: 3px auto 3px auto;
	}

    	.link-content-color {
       		 color: #0075be !important;
    	}

    	.distributorsMain {
        	background-color: #ffffffec;
        	padding: 25px;
    	}

    /** End of Google map & distributor page styles*/
