/* default styles for extension "tx_fvscontactpersons" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

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

    .tx-contact-persons table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-contact-persons table th {
        font-weight:bold;
    }

    .tx-contact-persons table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_szfaq_pi1" */
		.tx-szfaq-maincategory {
			background: #286693;
			align-items: center;
			justify-content: space-between;
			padding: 12px 20px;
			background: #2f4672;
			color: #fff;
			font-weight: 500;
			font-size: 18px;
		}
