#edit-disclaimer.form-item {
  margin-bottom: 10px;
margin-top: 20px;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

/* Confirmation modal styling */
.webform-confirmation-modal .ui-widget-overlay {
	background: #000;
	opacity: 0.7;
}

.webform-confirmation-modal .ui-widget-header {
	background: #95D600;
	border: 1px solid #b7b4b4;
}

.webform-confirmation-modal.ui-widget.ui-widget-content {
	border: 1px solid #b7b4b4;
	color: #000;
	max-width: 600px;
}

.webform-confirmation-modal .ui-widget {
	font-family: "Frutiger Roman", "Carnero Book", arial, sans-serif, arial, sans-serif;
	font-size: 18px;
} 
