/**
 * FormPays Pro Email Notifications Styles
 *
 * Styles for the email notifications page
 */

.formpays-pro-email-settings .postbox {
	margin-bottom: 20px;
}

.email-template-section {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #f9f9f9;
}

.email-template-section h3 {
	margin-top: 0;
	color: #23282d;
}

.email-template-section .form-table {
	margin-top: 15px;
}

.email-template-section .form-table th {
	width: 150px;
	padding-left: 0;
}

.email-template-section .form-table td {
	padding-left: 0;
}

.formpays-pro-email-settings code {
	background: #f1f1f1;
	padding: 2px 4px;
	border-radius: 3px;
	font-family: monospace;
}
