.table-wrapper {
    position:relative;
}

.table-scroll {
    height: auto;
    overflow: auto;
}

.firmen_crawler_submit {
    background-color: #212121;
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
}

.firmen_crawler_submit:hover {
    background-color: #313131;
    color: white;
}