<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Form_BellBucksForm div.field {
	margin: 0;
}

#Form_BellBucksForm label[id*='BellBucksForm_LabelField_span_class_bellbucks-item-label'] {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-bottom: 0;
}

.bellbucks-item-label {
	color: #555;
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 80%;
	float: left;
}

.bellbucks-item-price {
	text-align: right;
	display: block;
	font-weight: bold;
	width: 20%;
	float: left;
	font-size: 24px;
	color: #555;
}

.bellbucks-buy-now-button {
	margin-top: 40px;
}

.bellbucks-order-total {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}

.bellbucks-order-total .bellbucks-order-total-amount-wrapper {
	float: right;
}

.bellbucks-success-message {
	border-radius: 4px;
}
</pre></body></html>