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

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

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

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

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

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

    .typo3-messages .message-ok {
        color:green;
    }

    .rrznunisearchResult em {
        background-color: yellow;
    }

    /* replace b comming from solr */
    .rrznunisearchResult b {
        background-color: yellow;
        font-weight: normal;
    }
    .search_date {
      margin: 0;
      display: flex;
      justify-content: flex-end;
    }
    .c-i-URI {
   //   color: #0a0a0a;
        font-weight:normal;

      text-rendering: optimizeLegibility;
      font-size: 0.8rem;
      display: block;
      list-style: none;
    }
    .c-search__snippet {
      border:0; padding-top:0;
    }
/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}
