.offer-table input[type="number"] {
	min-width: 100px;
}
.offer-table th {
	vertical-align: bottom;
	text-align: center;
}
.offer-table-material,
.offer-table-prices {
	margin-top: 30px;
}
.table th, .table td,
.offer-table-material td,
.offer-table-material th,
.offer-table-prices td,
.offer-table-prices th {
	padding: 6px;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.offer-table {
	background-color: #C3C3C3;
}
.removeDiamondRow {
	cursor: pointer;
}
#amountToCompare {
	font-weight: bold;
}
.vertical-text {
	transform: rotate(-90deg);
	font-weight: 700;
}
.new-offer {
	margin-bottom: 30px;
}
[data-add-on-click] {
	cursor: pointer;
}
.border-bottom-strong {
	border-bottom: 1px solid black !important;
}