.left {
	float: left;
}

.right {
	float: right;
}

.productsTable {
	display: none;
	width: 100%;
	margin-left:auto;
    margin-right:auto;
    border-spacing: 0px 5px;
}

.productsTable th {
	border-bottom: 1px solid #000;
}

.productsTable td:nth-child(4), .productsTable th:nth-child(4) {
	text-align:right;
}

.showHideButton {
	width: 80px;
}

.trackingURLContainer {
	padding-top: 4px; 
	padding-bottom: 4px;
	
}

.trackingURL {
	color: blue;
}