@media (min-width: 1200px) {
	.hk-wrapper.hk-horizontal-nav .hk-nav {
		top: 65;
	}
}

#stundenzettel-list-tab {
	display: -webkit-box;
	max-width: 25%;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item+.list-group-item {
    border-top-width: 1px;
}

.self-button {
    margin-top: 3px;
}

td.invalid {
    background-color: #ed1b1b5c!important;
    color: #fff!important;
}
td.valid {
    background-color: #22af4775!important;
    color: #fff!important;
}

td.active.available.invalid {
    background-color: #f83f37!important;
    color:#fff!important;
}
td.active.available.valid {
    background-color: #22af47!important;
    color: #fff!important;
}
