.tx-qa-list {
    border-top: 1px #d9d9d9 solid;
    margin-bottom: 60px;
}

.tx-qa-list ul li {
    background: none;
}

.tx-qa-list input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 0.25em;
}

.tx-qa-list-question-hidden, .tx-qa-list-question-filtered {
    display: none;
}

.tx-qa-list-category-filters li {
    display: inline-block;
}

.tx-qa-list-category-filters input {
    display: inline-block;
    margin: 10px;
}

.tx-qa-list-question-entry {
    padding: 0;
    background: none;
}

.tx-qa-list-question-block {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 48%;
    padding: 1% 1% 20px 1%;
    border-bottom: 1px solid #d9d9d9;
}

.tx-qa-list-question-block h4 {
    margin: 0;
    font-weight: bold;
}

.tx-qa-list-date-category {
    display: inline-block;
    margin: 0px 0px 6px;
    padding: 3px 5px;
    font-size: 0.9em;
    line-height: 1;
    color: #fff;
    background: #999;
}

.tx-qa-list-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tx-qa-list-question-content {
    font-size: 18px;
}

.tx-qa-list-answer-content {
    font-size: 15px;
}

.tx-qa-list-question-block.collapsed .tx-qa-list-content {
    white-space: normal;
}

.tx-qa-list-open-question {
    cursor: pointer;
    display: inline-block;
    padding: 0px 11px 0px 0px;
    font-weight: 600;
    text-decoration: none;
    color: #D03939;
    background: url('/fileadmin/templates/gfx/icon/arrow_red_small_right.png') right 7px no-repeat;
}