#limit_chzn {
	width: 55px !important;
}

.Sackliste h3 {
  padding-left: 5px;
}

.Sackliste p {
	margin: 0;
}

.Sackliste p + p {
	margin-top: 4px;
}

.Sackliste table {
	width: 100%;
}

.Sackliste tbody td {
  border-top: 2px solid white;
}

.Sackliste tbody tr:nth-child(odd) {
  background-color: #eceaeb;
}

.Sackliste th,
.Sackliste td {
  width: 21px;
  min-width: 21px;
  vertical-align: top;
  margin: 2px;
  text-align: left;
  padding: 5px;
}

.Sackliste th:first-child,
.Sackliste td:first-child {
  width: 30%;
}

.Sackliste th:nth-child(2),
.Sackliste td:nth-child(2){
  width: 60%;
}

.Sackliste th:last-child,
.Sackliste td:last-child,
.Sackliste th:last-child img {
  width: 38px;
  min-width: 38px;
}

.Sackliste td:nth-last-child(4).Verkauf {
  background-color: #ffff00;
}

.Sackliste td:nth-last-child(3).Verkauf {
  background-color: #ff6666;
}

.Sackliste td:nth-last-child(2).Verkauf {
  background-color: #339933;
}

.Sackliste td:nth-last-child(1).Verkauf {
  background-color: #90d492;
}

/* Links in den Kontaktformularen sollen braun werden*/
.jsn-bootstrap a:hover {
    color: #ae582b;

}

.jsn-bootstrap a {
    color: #60bb46;

}
