/* ------------------ */
/* ---- CUSTOMER ---- */
/* ------------------ */

#customerHome {
	padding: 10px;
}

.customerBox {
	border: 1px solid #D7D7D7;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
}
.customerBox a, .customerBox a:hover {
	padding: 0 !important;
	margin: 0 !important;;
	border: none !important;;
	border-radius: none !important;
	text-decoration: none !important;
	color: #ffffff !important;
	background: #ffffff !important;
}
