a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}

.containerStores {
	padding-left: 0;
	padding-right: 0;
}

.headerList {
    background-color: #7d91b3;
    color: #fff;
	list-style: none;
    font-size: 30px;
    text-align: center;
}

#retailersStores .headerList, #onlineStores .headerList {
	font-size: 25px;
}

.listItem {
	list-style: none;
	text-align: center;
	padding: 1rem 0;
	color: #7d91b3;
}

#infoCategory {
	margin-top: 1rem;
}

#retailersStores > .listItem:nth-child(even), #onlineStores > .listItem:nth-child(even) {
	background-color: #f0f0f0;
}

#whereToBuyStores, #retailersStores {
	padding-left: 0;
}

#retailersStores {
	padding-right: 0;
}

#onlineStores {
	padding-left: 5px;
}

/*STYLE DESCRIPTION*/
#descriptionCategory {
	margin-top: 2rem;
}

#descriptionCategory tbody {
    background-color: transparent;
}

#descriptionCategory h1, #descriptionCategory h2, #descriptionCategory h3, #descriptionCategory h4, #descriptionCategory h5 {
	color: #8aade8;
	font-size: 28px;
	padding-bottom: 15px;
	padding-left: 4rem;
}


#descriptionCategory table td:nth-child(1) {
	vertical-align: top;
}

#descriptionCategory table td:nth-child(2) p {
	padding-left: 4rem;
}


/*END STYLE DESCRIPTION*/