.sportwahl_input {
  text-align: left;
  color: blue;
  display: inline-block;
  width: 33%;
}

.register_input {
  text-align: left;
  color: red;
  width: 100%;
  display: inline-block;
}

.element-inline {
  display: inline-block;
  width: 50%;
}

#edit-right.element-inline {
  margin-top: 50px;
  padding-left: 80px;

}

select {
  width: 75%;
}

th,
td {
  padding: 0 !important;
  width: 9%;
  text-align: left;
}

.left {
  float: left;
}

.center {
  float: center;
}

.right {
  float: right;
}

a {
  padding: 0 7px 0 7px;
}

.result_table {
  font-size: 15px;
  width: 106%;
}

.verwaltung {
  color: #009fe3;
  background-color: white;
  padding: 0 14px 0 14px;
  margin: 14px 0 14px 0;
  border: 1px solid gray;
}

a.active,
a.active:hover {
  color: #de9d00;
}
