.responseText {
	display: none;
	color:red;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.responseContainerParent:hover .responseText {
	display: block;
}

body {
	padding-top: 100px;
}

.summary-productdata-table table, th, td {
	border: 1px solid;
	padding: 08px;
}

.summary-productdata-table table, th.productAlign,
.summary-productdata-table table, td.productAlign {
	text-align: left;
}

.summary-productdata-table table, th.costsAlign,
.summary-productdata-table table, td.costsAlign {
	text-align: right;
}