.table {
    border-spacing: 0;
    border-collapse: collapse;
}
tr:hover {
    background-color: #ddd;
}
.table.table-hover.tabelle-gd {
	margin-top: 3rem;
    width: 100%;
}

.tabelle-gd img {
	width: 25px;
}

.tabelle-gd th {
    text-align: left;
    padding-left: 10px;
}

.table td{
    padding: 8px;
    line-height: 1.4;
}
.tabelle-gd tbody tr{
    border-top: 1px solid #ddd;
}
.tabelle-gd thead tr{
    background-color: #eee;
    height: 40px;
}