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

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

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

    .tx-kgprofile table td {
        padding:5px;
    }
    .tx-kgprofile table td a{
        text-decoration:none;
    }

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

    .typo3-messages .message-ok {
        color:green;
    }
    .ck-content{
        height: 200px;
    }
