th {
    font-size: 80%;
}

.edittable {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.trash {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.filter {
    width: 17px;
}

.filterauswahl {
    list-style: none;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 0rem;
}

.filterauswahl li {
    display: inline-block;
}

.ebkedited .bkabstand {
    width: 25%;
}

.ebkflex {
    display: flex;
    margin-top: 0.2em;
}

.red {
    color: #d30132;
}

.grey {
    background-color: #f2f2f2;
    padding: 1% 1% 1% 1%;
}


.vbktext {
    width: 90%;
    margin-right: 0em;
    margin-left: 3em;
    display: flex;
}

.vbkinput, .vbkdiffinput {
    margin-left: 1em;
    margin-top: 1.5em;
    display: flex;
    position: absolute;
}

.vbkdifftext {
    margin-left: 3em;
}

.ebkwahl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bbbuttons {
    background: #CF0436;
    border-radius: 0.4em;
    border: medium none;
    color: #FFFFFF!important;
    cursor: pointer;
    padding: 0.5em 0.7em;
}

.bbfilter {
    background: lightgrey;
    color:white!important;
    cursor: pointer;
    padding: 0.5em 0.7em;
    margin-right: 8px;

}

.bbfilter:hover {
    background: grey;
}

a:hover {
    text-decoration: none!important;
}

.eingaben {
    background-color: #f2f2f2;
    padding: 1% 1% 1% 1%;
    margin-bottom: 1em;
}

.runimportberatungsbogen {
    background-color: grey;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
#startimportberatungsbogen a {
    color:white;
    text-decoration:none;
}
#startimportberatungsbogen a:hover {
    color:white;
    text-decoration:none;
}