.OtherProducts {
	width: auto;
	max-width: unset;
	overflow-y:auto;
}
.OtherProducts table  {
	width: auto;
}

.OtherProducts table tr td {
	padding: .5em;
}

.OtherProducts table tr:nth-child(1) td {
	font-weight: bold;
}
.OtherProducts table td:nth-child(1),
.OtherProducts table td:nth-child(2) {
	text-align: left;
}