.filter-button-group button {
    font-size: 15px;
    background: #c11c30;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-right: 5px;
}

.filter-button-group {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display:flex;
}

.quicksearch {
    width: 250px;
    margin:auto;
}

.publikationerHeaders {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
}

.headerPublikation, .docImage {
    width: 50%;
}

.headerForfattare, .forfattare {
    width: 25%;
}

.headerAr, .ar {
    width: 10%;
}

.headerTyp, .cat {
    width: 10%;
}