.content table p{
	text-indent: 0px;
	margin: 0em;
}


.content table tr td {
	border: thin solid rgb(221, 221, 221);
}
   
.content table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

div[data-imgembed] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.langInfo.cell{
	padding-left: 1rem;
    padding-right: 1rem;
}

div[data-imgembed] figcaption {
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(10, 10, 10, 0.5);
    color: white;
}
.content table{
	table-layout: auto;
	max-width: 100% !important;
}
@media screen and (max-width: 39.9375em) {
	.promotions > div:not(.jsonDepartmentsPanel ):not(.deptNewsPanel ) {
		display: none;
	}
	.langInfo.cell{
		padding-left: 0;
	    padding-right: 0;
	}
	.content table {
   	 	width: 100% !important;
	}
	.content table tr td{
		width: auto;
	}
	
}
