/**************************************/
/*        STORE LOCATIONS             */
/**************************************/	
#container table{
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#store-table th, td{
	font-family: "Calibri", sans-serif;
	font-size: 14px;
	width: 225px;
	padding-bottom:15px;
	border: none;
	text-align: left;
	padding:15px;
	padding-bottom:0 !important;
}

th{
	font-family: Arial, Verdana, Tahoma !important;
}

#store-table .odd{
	background: #ECECEB;
	}
