.tx-user-publications ul,
.tx-user-publications li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.tx-user-publications li {
    margin-bottom: 30px;
}

.tx-user-publications li p,
.tx-user-publications li div {
    margin: 0;
    display: inline;
}

.tx-user-publications li div > p,
.tx-user-publications li [data-field="title"],
.tx-user-publications li [data-field="more"],
.tx-user-publications li div + a {
    margin-left: 5px;
}

.tx-user-publications #template{
    display: none;
}


.tx-user-publications  .tx-user-publications-filter {
    display: flex;
    margin-bottom: 30px;
    background: rgba(0,0,0,.15);
    border-radius: 10px;
    color: #fff;
}

.tx-user-publications  .tx-user-publications-filter-group {
    padding: 5px 15px;
    border-right: solid 1px #c2b69b;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20%
}

.tx-user-publications  .tx-user-publications-filter-group:last-child {
    border: none;
    max-width: unset;
    flex-grow: 1;
}

.tx-user-publications  .tx-user-publications-filter label {
    display: block;
    margin: 0;
}

.tx-user-publications  .tx-user-publications-filter select {

    /* styling */
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font: inherit;
    line-height: 1.5em;
    padding: 0em 30px 0em 0;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tx-user-publications  .tx-user-publications-filter select {
    background: transparent;
    background-image:
            linear-gradient(45deg, transparent 50%, rgba(255,255,255,.5) 50%),
            linear-gradient(135deg, rgba(255,255,255,.5) 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(0em + 10px),
            calc(100% - 15px) calc(0em + 10px);
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
}

.tx-user-publications  .tx-user-publications-filter select option {
	color: #000
}

.tx-user-publications  .tx-user-publications-filter select:focus {
    outline: 0;
}

.tx-user-publications  .tx-user-publications-filter select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.tx-user-publications  .tx-user-publications-filter-group {
    max-width: 150px;
    overflow: hidden;
}
.tx-user-publications  .tx-user-publications-filter-group select {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}


.tx-user-publications  .tx-user-publications-filter-group-search {
    /*    max-width: 100px; */
    position: relative;
}

.tx-user-publications  .tx-user-publications-filter.search .tx-user-publications-filter-group-search {
    max-width: none;
    width: 100%;
}

.tx-user-publications  .tx-user-publications-filter-group-search input {
    background: none;
    outline: none;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,.5);
    width: 100%;
    line-height: 0.75;
}

.tx-user-publications .tx-user-publications-filter-group-search-blur {
    position: absolute;
    right: 5px;
    top: -15px;
    font-weight: 200;
    font-size: 2rem;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #fff;
}

.tx-user-publications  mark {
    box-shadow: inset 0 0 0 #fff;
}

.tx-user-publications ul.authors {
    display: none;
}