.teamoverview .teamfunktionen {
  margin-bottom: 35px;
}
#content .teamoverview a.create:before {
  display: inline-block;
  content: " ";
  background-image: url('/static/images/add_circle_weiss.svg');
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  margin-right: 8px;
}
#content .teamoverview form.suche {
  text-align: center;
}
#content .teamoverview form.suche input {
  line-height: 35px;
  border: 1px solid #515359;
  background: white;
}
#content .teamoverview form.suche button {
  margin-top: 0;
  line-height: 37px;
  background: #515359;
}
#content .teamoverview form.suche button:before {
  display: inline-block;
  content: " ";
  background-image: url('/static/images/suche_weiss.svg');
  width: 23px;
  height: 23px;
  vertical-align: -6px;
  margin-right: 8px;
}
table.teamliste {
  width: 100%;
  border-collapse: separate;
}
table.teamliste th {
  border-bottom: 1px solid #515359;
  padding-bottom: 19px;
  padding-left: 9px;
}
table.teamliste th.actions {
  width: 95px;
}
table.teamliste tr.even {
  background-color: #eaeaea;
}
table.teamliste td {
  padding: 9px;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}
table.teamliste .price,
table.teamliste .actions {
  text-align: right;
}
table.teamliste a.edit,
table.teamliste button {
  background: none;
  border: none;
}
table.teamliste a.edit:before,
table.teamliste button:before {
  display: inline-block;
  content: " ";
  width: 24px;
  height: 24px;
  vertical-align: -8px;
  background-size: 24px;
}
table.teamliste a.edit {
  padding: 0 5px;
}
table.teamliste a.edit:before {
  background-image: url('/static/images/edit_weiss.svg');
}
table.teamliste button.delete:before {
  background-image: url('/static/images/close-circle_grau.svg');
}
