/* default styles for extension "tx_brevo" */
	.link-unsubscribe {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px 10px;
	}

	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-cb-brevo table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-cb-brevo table th {
		font-weight:bold;
	}

	.tx-cb-brevo table td {
		vertical-align:top;
	}
