/* CSS für den Ergebnis-Button */
.tabelle-button {
    text-align: center !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.tabelle-button .btn {
    padding: 0.5rem 1rem !important;
    background-color: #081c3e !important;
    color: white !important;
    border-radius: 5px !important;
    text-decoration: none !important;

    display: block;    
    width: 100%;
}

.tabelle-button .btn:hover {
    background-color: #0067b4 !important;
}