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

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

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

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

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

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

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

.tx-pr-download .download {
    display: flex;
    border-bottom: 1px solid rgb(126, 169, 192);
    align-items: center;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.tx-pr-download .download .download__title {
    flex-grow: 1;
    padding-left: 3em;
    background-size: 1.5em 1.5em;
    background-image: url('../../../typo3conf/ext/pr_download/Resources/Public/Img/Preh_download.svg');
    display: block;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
    width: 70%;
    box-sizing: border-box;
    color: rgb(0, 0, 0) !important;
    background-repeat: no-repeat;
    background-position: left center;
}
.tx-pr-download .download .download__title a {
    color: #000!important;
}
.tx-pr-download .download .download__link__items .downloadlink {
    margin-right: 5px;
    font-weight: 300;
}
