#fangbuch_table input {
    width:100%;
    box-sizing:border-box;
}

#fangbuch_table select{
    width:100%;
}

td.editable{
    cursor:pointer;
}

.dataTables_wrapper{
    margin-top:20px;
}

.fb_filters{
    margin-bottom:20px;
}

.fb_filters label{
    margin-left:10px;
}

.fb_filters input,
.fb_filters select{
    margin-right:10px;
}