#containerPageDetail > p {
	width: 80%;
	font-size: 1rem;
	text-align: center;
	margin: 1rem auto 1rem auto;
	padding: 1rem;
	border: 1px solid red;
}
h3.bold {
	text-align: center;
	margin: 1rem auto;
}
ul.flex-container-contactUs {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.email {
	font-weight: bold;
	text-align: center;
	border: 0px solid #c3c3c3;
	color:#ff0066;
/*	width: 40%; /* don't use width here */
	margin: 0.5rem auto 0.5rem auto;
    padding: 0.5rem 1rem;
}
p.postal-address span> {
	text-decoration: underline;
}
